Html Css Color HEX #08140A Black Bean

📋 copy color: '#08140A'

red 8 ◦ green 20 ◦ blue 10

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

Shades of Black Bean #08140A

Tints of Black Bean #08140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 52.63%

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

R = 21.05%
G = 52.63%
B = 26.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#08140A (or 0x08140A) is known color: Black Bean. HEX triplet: 08, 14 and 0A. RGB value is (8,20,10). Sum of RGB (Red+Green+Blue) = 8+20+10=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #08140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08140A is #F7EBF5. Grayscale: #0F0F0F. Windows color (decimal): -16247798 or 660488. OLE color: 660488.

HSL color Cylindrical-coordinate representation of color #08140A: hue angle of 130º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #08140A is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 20 10 -
CMYK 0.60 0 0.50 0.92
HSL 130º 0.43% 0.05% -
HSV(B) 130º 0.6% 0.08% -
XYZ 0.41 0.57 0.38 -
YUV 15.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 8 20 10 0.60 0 0.50 0.92 130 0.43 0.05
Hex 8 14 A 3C 0 32 5C 82 2B 5
Octal 10 24 12 74 0 62 134 202 53 5
Binary 1000 10100 1010 111100 0 110010 1011100 10000010 101011 101

Color Harmonies of #08140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08140A

Black with #08140A

Text Example


Text Example

White with #08140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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