#021706

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

Shades of Black Bean #021706

Tints of Black Bean #021706

Color information

#021706 (or 0x021706) is unknown color: approx Black Bean. HEX triplet: 02, 17 and 06. RGB value is (2,23,6). Sum of RGB (Red+Green+Blue) = 2+23+6=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 23 (9.38% from 255 or 74.19% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 23 - color contains mainly: green. Hex color #021706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021706 is #FDE8F9. Grayscale: #0E0E0E. Windows color (decimal): -16640250 or 399106. OLE color: 399106.

HSL color Cylindrical-coordinate representation of color #021706: hue angle of 131.43º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021706 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB2236-
CMYK0.9100.740.91
HSL131.43º84%4.9%-
HSV(B)131.43º91.3%9.02%-
XYZ0.360.640.28-
YUV14.78123.04118.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.45%
GREEN value IS 23 (9.38% from 255) = 74.19%
BLUE value IS 6 (2.73% from 255) = 19.35%
R=6.45%
G=74.19%
B=19.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22360.9100.740.91131.43844.9
Hex21765B04A5B83545
Octal227613301121332031245
Binary10101111101011011010010101011011100000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021706; }

 p { color: rgb(2,23,6); }

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

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

 a { background-color: rgb(2,23,6); }

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

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

 span { border-color: rgb(2,23,6); }

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