#021B07

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

Shades of Black Bean #021B07

Tints of Black Bean #021B07

Color information

#021B07 (or 0x021B07) is unknown color: approx Black Bean. HEX triplet: 02, 1B and 07. RGB value is (2,27,7). Sum of RGB (Red+Green+Blue) = 2+27+7=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 27 (10.94% from 255 or 75% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 27 - color contains mainly: green. Hex color #021B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021B07 is #FDE4F8. Grayscale: #111111. Windows color (decimal): -16639225 or 465666. OLE color: 465666.

HSL color Cylindrical-coordinate representation of color #021B07: hue angle of 132º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021B07 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.

Color convert

RGB2277-
CMYK0.9300.740.89
HSL132º86.21%5.69%-
HSV(B)132º92.59%10.59%-
XYZ0.460.810.33-
YUV17.24122.22117.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 27 (10.94% from 255) = 75%
BLUE value IS 7 (3.12% from 255) = 19.44%
R=5.56%
G=75%
B=19.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal22770.9300.740.8913286.215.69
Hex21B75D04A5984566
Octal233713501121312041266
Binary10110111111011101010010101011001100001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021B07; }

 p { color: rgb(2,27,7); }

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

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

 a { background-color: rgb(2,27,7); }

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

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

 span { border-color: rgb(2,27,7); }

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