Html Css Color HEX #08180C Black Bean

📋 copy color: '#08180C'

red 8 ◦ green 24 ◦ blue 12

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

Shades of Black Bean #08180C

Tints of Black Bean #08180C

RGB

 RED value IS 8 (3.52% from 255) = 18.18%

 GREEN value IS 24 (9.77% from 255) = 54.55%

 BLUE value IS 12 (5.08% from 255) = 27.27%

R = 18.18%
G = 54.55%
B = 27.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#08180C (or 0x08180C) is known color: Black Bean. HEX triplet: 08, 18 and 0C. RGB value is (8,24,12). Sum of RGB (Red+Green+Blue) = 8+24+12=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #08180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08180C is #F7E7F3. Grayscale: #111111. Windows color (decimal): -16246772 or 792584. OLE color: 792584.

HSL color Cylindrical-coordinate representation of color #08180C: hue angle of 135º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #08180C is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 24 12 -
CMYK 0.67 0 0.50 0.91
HSL 135º 0.5% 0.06% -
HSV(B) 135º 0.67% 0.09% -
XYZ 0.49 0.73 0.46 -
YUV 17.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 8 24 12 0.67 0 0.50 0.91 135 0.5 0.06
Hex 8 18 C 43 0 32 5B 87 32 6
Octal 10 30 14 103 0 62 133 207 62 6
Binary 1000 11000 1100 1000011 0 110010 1011011 10000111 110010 110

Color Harmonies of #08180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08180C

Black with #08180C

Text Example


Text Example

White with #08180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08180C; }

 p { color: rgb(8,24,12); }

 H1.HeaderClassName
 {
   color: #08180C;
 }
 .AnyTagClassName
 {
   color: #08180C;
 }
</style>

background-color css

<style>
 a { background-color: #08180C; }

 a { background-color: rgb(8,24,12); }

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

border-color css

<style>
 span { border-color: #08180C; }

 span { border-color: rgb(8,24,12); }

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