#08280B

Color #08280B Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #08280B

Tints of Black Bean #08280B

Color information

#08280B (or 0x08280B) is unknown color: approx Black Bean. HEX triplet: 08, 28 and 0B. RGB value is (8,40,11). Sum of RGB (Red+Green+Blue) = 8+40+11=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 40 (16.02% from 255 or 67.80% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 40 - color contains mainly: green. Hex color #08280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08280B is #F7D7F4. Grayscale: #1B1B1B. Windows color (decimal): -16242677 or 731144. OLE color: 731144.

HSL color Cylindrical-coordinate representation of color #08280B: hue angle of 125.62º 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 #08280B is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB84011-
CMYK0.8000.720.84
HSL125.62º66.67%9.41%-
HSV(B)125.62º80%15.69%-
XYZ0.921.590.58-
YUV27.13118.9114.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 40 (16.02% from 255) = 67.80%
BLUE value IS 11 (4.69% from 255) = 18.64%
R=13.56%
G=67.80%
B=18.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal840110.8000.720.84125.6266.679.41
Hex828B50048547e439
Octal105013120011012417610311
Binary100010100010111010000010010001010100111111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08280B;
 }
 .AnyTagClassName
 {
   color: #08280B;
 }
</style>
background-color css

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

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

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

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

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

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