Html Css Color HEX #08120A Black Bean

📋 copy color: '#08120A'

red 8 ◦ green 18 ◦ blue 10

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

Shades of Black Bean #08120A

Tints of Black Bean #08120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 50%

 BLUE value IS 10 (4.3% from 255) = 27.78%

R = 22.22%
G = 50%
B = 27.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#08120A (or 0x08120A) is known color: Black Bean. HEX triplet: 08, 12 and 0A. RGB value is (8,18,10). Sum of RGB (Red+Green+Blue) = 8+18+10=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #08120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08120A is #F7EDF5. Grayscale: #0E0E0E. Windows color (decimal): -16248310 or 659976. OLE color: 659976.

HSL color Cylindrical-coordinate representation of color #08120A: hue angle of 132º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #08120A is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 18 10 -
CMYK 0.56 0 0.44 0.93
HSL 132º 0.38% 0.05% -
HSV(B) 132º 0.56% 0.07% -
XYZ 0.37 0.51 0.37 -
YUV 14.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 8 18 10 0.56 0 0.44 0.93 132 0.38 0.05
Hex 8 12 A 38 0 2C 5D 84 26 5
Octal 10 22 12 70 0 54 135 204 46 5
Binary 1000 10010 1010 111000 0 101100 1011101 10000100 100110 101

Color Harmonies of #08120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08120A

Black with #08120A

Text Example


Text Example

White with #08120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08120A; }

 p { color: rgb(8,18,10); }

 H1.HeaderClassName
 {
   color: #08120A;
 }
 .AnyTagClassName
 {
   color: #08120A;
 }
</style>

background-color css

<style>
 a { background-color: #08120A; }

 a { background-color: rgb(8,18,10); }

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

border-color css

<style>
 span { border-color: #08120A; }

 span { border-color: rgb(8,18,10); }

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