Html Css Color HEX #1B0F00 Cocoa Brown

📋 copy color: '#1B0F00'

red 27 ◦ green 15 ◦ blue 0

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

Shades of Cocoa Brown #1B0F00

Tints of Cocoa Brown #1B0F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 35.71%

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

R = 64.29%
G = 35.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#1B0F00 (or 0x1B0F00) is known color: Cocoa Brown. HEX triplet: 1B, 0F and 00. RGB value is (27,15,0). Sum of RGB (Red+Green+Blue) = 27+15+0=42 (5% of max value = 765). Red value is 27 (10.94% from 255 or 64.29% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0F00 is #E4F0FF. Grayscale: #101010. Windows color (decimal): -15003904 or 3867. OLE color: 3867.

HSL color Cylindrical-coordinate representation of color #1B0F00: hue angle of 33.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 #1B0F00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 15 0 -
CMYK 0 0.44 1 0.89
HSL 33.33º 1% 0.05% -
HSV(B) 33.33º 1% 0.11% -
XYZ 0.62 0.57 0.08 -
YUV 16.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 27 15 0 0 0.44 1 0.89 33.33 1 0.05
Hex 1B F 0 0 2C 64 59 21 64 5
Octal 33 17 0 0 54 144 131 41 144 5
Binary 11011 1111 0 0 101100 1100100 1011001 100001 1100100 101

Color Harmonies of #1B0F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0F00

Black with #1B0F00

Text Example


Text Example

White with #1B0F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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