Html Css Color HEX #08180A Black Bean

📋 copy color: '#08180A'

red 8 ◦ green 24 ◦ blue 10

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

Shades of Black Bean #08180A

Tints of Black Bean #08180A

RGB

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

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

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

R = 19.05%
G = 57.14%
B = 23.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#08180A (or 0x08180A) is known color: Black Bean. HEX triplet: 08, 18 and 0A. RGB value is (8,24,10). Sum of RGB (Red+Green+Blue) = 8+24+10=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #08180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08180A is #F7E7F5. Grayscale: #111111. Windows color (decimal): -16246774 or 661512. OLE color: 661512.

HSL color Cylindrical-coordinate representation of color #08180A: hue angle of 127.5º 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 #08180A is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 24 10 -
CMYK 0.67 0 0.58 0.91
HSL 127.5º 0.5% 0.06% -
HSV(B) 127.5º 0.67% 0.09% -
XYZ 0.48 0.73 0.4 -
YUV 17.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 8 24 10 0.67 0 0.58 0.91 127.5 0.5 0.06
Hex 8 18 A 43 0 3A 5B 80 32 6
Octal 10 30 12 103 0 72 133 200 62 6
Binary 1000 11000 1010 1000011 0 111010 1011011 10000000 110010 110

Color Harmonies of #08180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08180A

Black with #08180A

Text Example


Text Example

White with #08180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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