Html Css Color HEX #1B0600 Black

📋 copy color: '#1B0600'

red 27 ◦ green 6 ◦ blue 0

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

Shades of Black #1B0600

Tints of Black #1B0600

RGB

 RED value IS 27 (10.94% from 255) = 81.82%

 GREEN value IS 6 (2.73% from 255) = 18.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.82%
G = 18.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#1B0600 (or 0x1B0600) is known color: Black. HEX triplet: 1B, 06 and 00. RGB value is (27,6,0). Sum of RGB (Red+Green+Blue) = 27+6+0=33 (4% of max value = 765). Red value is 27 (10.94% from 255 or 81.82% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0600 is #E4F9FF. Grayscale: #0B0B0B. Windows color (decimal): -15006208 or 1563. OLE color: 1563.

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

Color convert

RGB 27 6 0 -
CMYK 0 0.78 1 0.89
HSL 13.33º 1% 0.05% -
HSV(B) 13.33º 1% 0.11% -
XYZ 0.52 0.36 0.04 -
YUV 11.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 27 6 0 0 0.78 1 0.89 13.33 1 0.05
Hex 1B 6 0 0 4E 64 59 D 64 5
Octal 33 6 0 0 116 144 131 15 144 5
Binary 11011 110 0 0 1001110 1100100 1011001 1101 1100100 101

Color Harmonies of #1B0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0600

Black with #1B0600

Text Example


Text Example

White with #1B0600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B0600;
 }
 .AnyTagClassName
 {
   color: #1B0600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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