Html Css Color HEX #08240A Black Bean

📋 copy color: '#08240A'

red 8 ◦ green 36 ◦ blue 10

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

Shades of Black Bean #08240A

Tints of Black Bean #08240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 66.67%

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

R = 14.81%
G = 66.67%
B = 18.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.86

RGB Variations

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

Color information

#08240A (or 0x08240A) is known color: Black Bean. HEX triplet: 08, 24 and 0A. RGB value is (8,36,10). Sum of RGB (Red+Green+Blue) = 8+36+10=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 36 (14.45% from 255 or 66.67% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 36 - color contains mainly: green. Hex color #08240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08240A is #F7DBF5. Grayscale: #181818. Windows color (decimal): -16243702 or 664584. OLE color: 664584.

HSL color Cylindrical-coordinate representation of color #08240A: hue angle of 124.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #08240A is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 36 10 -
CMYK 0.78 0 0.72 0.86
HSL 124.29º 0.64% 0.09% -
HSV(B) 124.29º 0.78% 0.14% -
XYZ 0.79 1.34 0.5 -
YUV 24.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 8 36 10 0.78 0 0.72 0.86 124.29 0.64 0.09
Hex 8 24 A 4E 0 48 56 7C 40 9
Octal 10 44 12 116 0 110 126 174 100 11
Binary 1000 100100 1010 1001110 0 1001000 1010110 1111100 1000000 1001

Color Harmonies of #08240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08240A

Black with #08240A

Text Example


Text Example

White with #08240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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