#1B0604

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

Shades of Black #1B0604

Tints of Black #1B0604

Color information

#1B0604 (or 0x1B0604) is unknown color: approx Black. HEX triplet: 1B, 06 and 04. RGB value is (27,6,4). Sum of RGB (Red+Green+Blue) = 27+6+4=37 (4% of max value = 765). Red value is 27 (10.94% from 255 or 72.97% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0604 is #E4F9FB. Grayscale: #0C0C0C. Windows color (decimal): -15006204 or 263707. OLE color: 263707.

HSL color Cylindrical-coordinate representation of color #1B0604: hue angle of 5.22º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B0604 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.89.

Color convert

RGB2764-
CMYK00.780.850.89
HSL5.22º74.19%6.08%-
HSV(B)5.22º85.19%10.59%-
XYZ0.540.370.16-
YUV12.05123.46138.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 72.97%
GREEN value IS 6 (2.73% from 255) = 16.22%
BLUE value IS 4 (1.95% from 255) = 10.81%
R=72.97%
G=16.22%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal276400.780.850.895.2274.196.08
Hex1B6404E555954a6
Octal3364011612513151126
Binary1101111010001001110101010110110011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,6,4); }

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

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

 a { background-color: rgb(27,6,4); }

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

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

 span { border-color: rgb(27,6,4); }

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