#08210E

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

Shades of Black Bean #08210E

Tints of Black Bean #08210E

Color information

#08210E (or 0x08210E) is unknown color: approx Black Bean. HEX triplet: 08, 21 and 0E. RGB value is (8,33,14). Sum of RGB (Red+Green+Blue) = 8+33+14=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #08210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08210E is #F7DEF1. Grayscale: #171717. Windows color (decimal): -16244466 or 925960. OLE color: 925960.

HSL color Cylindrical-coordinate representation of color #08210E: hue angle of 134.4º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #08210E is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB83314-
CMYK0.7600.580.87
HSL134.4º60.98%8.04%-
HSV(B)134.4º75.76%12.94%-
XYZ0.721.170.6-
YUV23.36122.72117.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.55%
GREEN value IS 33 (13.28% from 255) = 60%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=14.55%
G=60%
B=25.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal833140.7600.580.87134.460.988.04
Hex821E4C03A57863d8
Octal1041161140721272067510
Binary10001000011110100110001110101010111100001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08210E; }

 p { color: rgb(8,33,14); }

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

<style>
 a { background-color: #08210E; }

 a { background-color: rgb(8,33,14); }

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

<style>
 span { border-color: #08210E; }

 span { border-color: rgb(8,33,14); }

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