Html Css Color HEX #08280C Black Bean

📋 copy color: '#08280C'

red 8 ◦ green 40 ◦ blue 12

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

Shades of Black Bean #08280C

Tints of Black Bean #08280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 66.67%

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

R = 13.33%
G = 66.67%
B = 20%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#08280C (or 0x08280C) is known color: Black Bean. HEX triplet: 08, 28 and 0C. RGB value is (8,40,12). Sum of RGB (Red+Green+Blue) = 8+40+12=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #08280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08280C is #F7D7F3. Grayscale: #1B1B1B. Windows color (decimal): -16242676 or 796680. OLE color: 796680.

HSL color Cylindrical-coordinate representation of color #08280C: hue angle of 127.5º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #08280C is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 40 12 -
CMYK 0.80 0 0.70 0.84
HSL 127.5º 0.67% 0.09% -
HSV(B) 127.5º 0.8% 0.16% -
XYZ 0.93 1.6 0.61 -
YUV 27.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 8 40 12 0.80 0 0.70 0.84 127.5 0.67 0.09
Hex 8 28 C 50 0 46 54 80 43 9
Octal 10 50 14 120 0 106 124 200 103 11
Binary 1000 101000 1100 1010000 0 1000110 1010100 10000000 1000011 1001

Color Harmonies of #08280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08280C

Black with #08280C

Text Example


Text Example

White with #08280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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