#1B0C33

Color #1B0C33 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #1B0C33

Tints of Blackcurrant #1B0C33

Color information

#1B0C33 (or 0x1B0C33) is unknown color: approx Blackcurrant. HEX triplet: 1B, 0C and 33. RGB value is (27,12,51). Sum of RGB (Red+Green+Blue) = 27+12+51=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 51 (20.31% from 255 or 56.67% from 90); Max value from RGB is 51 - color contains mainly: blue. Hex color #1B0C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0C33 is #E4F3CC. Grayscale: #141414. Windows color (decimal): -15004621 or 3345435. OLE color: 3345435.

HSL color Cylindrical-coordinate representation of color #1B0C33: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B0C33 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB271251-
CMYK0.470.7600.8
HSL263.08º61.9%12.35%-
HSV(B)263.08º76.47%20%-
XYZ1.180.733.21-
YUV20.93144.97132.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 30%
GREEN value IS 12 (5.08% from 255) = 13.33%
BLUE value IS 51 (20.31% from 255) = 56.67%
R=30%
G=13.33%
B=56.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2712510.470.7600.8263.0861.912.35
Hex1BC332F4C0501073ec
Octal3314635711401204077614
Binary1101111001100111011111001100010100001000001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B0C33; }

 p { color: rgb(27,12,51); }

 H1.HeaderClassName
 {
   color: #1B0C33;
 }
 .AnyTagClassName
 {
   color: #1B0C33;
 }
</style>
background-color css

<style>
 a { background-color: #1B0C33; }

 a { background-color: rgb(27,12,51); }

 div.DivClassName
 {
   background-color: #1B0C33;
 }
 .BgClassName
 {
   background-color: #1B0C33;
 }
</style>
border-color css

<style>
 span { border-color: #1B0C33; }

 span { border-color: rgb(27,12,51); }

 td.TdClassName
 {
   border-color: #1B0C33;
 }
 .TagClassName
 {
   border-color: #1B0C33;
 }
</style>