Html Css Color HEX #1B0604 Black

📋 copy color: '#1B0604'

red 27 ◦ green 6 ◦ blue 4

#1B0604
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #1B0604

Tints of Black #1B0604

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 value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.89

RGB Variations

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

Color information

#1B0604 (or 0x1B0604) is known color: 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

RGB 27 6 4 -
CMYK 0 0.78 0.85 0.89
HSL 5.22º 0.74% 0.06% -
HSV(B) 5.22º 0.85% 0.11% -
XYZ 0.54 0.37 0.16 -
YUV 12.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 27 6 4 0 0.78 0.85 0.89 5.22 0.74 0.06
Hex 1B 6 4 0 4E 55 59 5 4A 6
Octal 33 6 4 0 116 125 131 5 112 6
Binary 11011 110 100 0 1001110 1010101 1011001 101 1001010 110

Color Harmonies of #1B0604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0604

Black with #1B0604

Text Example


Text Example

White with #1B0604

Text Example


Text Example

HTML Codes & Css Web 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>