#082B0B

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

Shades of Black Bean #082B0B

Tints of Black Bean #082B0B

Color information

#082B0B (or 0x082B0B) is unknown color: approx Black Bean. HEX triplet: 08, 2B and 0B. RGB value is (8,43,11). Sum of RGB (Red+Green+Blue) = 8+43+11=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 43 (17.19% from 255 or 69.35% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 43 - color contains mainly: green. Hex color #082B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082B0B is #F7D4F4. Grayscale: #1C1C1C. Windows color (decimal): -16241909 or 731912. OLE color: 731912.

HSL color Cylindrical-coordinate representation of color #082B0B: hue angle of 125.14º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082B0B is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.83.

Color convert

RGB84311-
CMYK0.8100.740.83
HSL125.14º68.63%10%-
HSV(B)125.14º81.4%16.86%-
XYZ1.021.80.61-
YUV28.89117.9113.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 43 (17.19% from 255) = 69.35%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=12.90%
G=69.35%
B=17.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal843110.8100.740.83125.1468.6310
Hex82BB5104A537d45a
Octal105313121011212317510512
Binary100010101110111010001010010101010011111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082B0B; }

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

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

<style>
 a { background-color: #082B0B; }

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

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

<style>
 span { border-color: #082B0B; }

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

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