Html Css Color HEX #08160C Black Bean

📋 copy color: '#08160C'

red 8 ◦ green 22 ◦ blue 12

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

Shades of Black Bean #08160C

Tints of Black Bean #08160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 52.38%

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

R = 19.05%
G = 52.38%
B = 28.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.91

RGB Variations

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

Color information

#08160C (or 0x08160C) is known color: Black Bean. HEX triplet: 08, 16 and 0C. RGB value is (8,22,12). Sum of RGB (Red+Green+Blue) = 8+22+12=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #08160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08160C is #F7E9F3. Grayscale: #101010. Windows color (decimal): -16247284 or 792072. OLE color: 792072.

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

Color convert

RGB 8 22 12 -
CMYK 0.64 0 0.45 0.91
HSL 137.14º 0.47% 0.06% -
HSV(B) 137.14º 0.64% 0.09% -
XYZ 0.45 0.65 0.45 -
YUV 16.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 8 22 12 0.64 0 0.45 0.91 137.14 0.47 0.06
Hex 8 16 C 40 0 2D 5B 89 2F 6
Octal 10 26 14 100 0 55 133 211 57 6
Binary 1000 10110 1100 1000000 0 101101 1011011 10001001 101111 110

Color Harmonies of #08160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08160C

Black with #08160C

Text Example


Text Example

White with #08160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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