#021C07

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

Shades of Black Bean #021C07

Tints of Black Bean #021C07

Color information

#021C07 (or 0x021C07) is unknown color: approx Black Bean. HEX triplet: 02, 1C and 07. RGB value is (2,28,7). Sum of RGB (Red+Green+Blue) = 2+28+7=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 28 (11.33% from 255 or 75.68% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 28 - color contains mainly: green. Hex color #021C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C07 is #FDE3F8. Grayscale: #111111. Windows color (decimal): -16638969 or 465922. OLE color: 465922.

HSL color Cylindrical-coordinate representation of color #021C07: hue angle of 131.54º degrees, saturation: 0.87, 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 #021C07 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.89.

Color convert

RGB2287-
CMYK0.9300.750.89
HSL131.54º86.67%5.88%-
HSV(B)131.54º92.86%10.98%-
XYZ0.480.860.34-
YUV17.83121.89116.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 28 (11.33% from 255) = 75.68%
BLUE value IS 7 (3.12% from 255) = 18.92%
R=5.41%
G=75.68%
B=18.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal22870.9300.750.89131.5486.675.88
Hex21C75D04B5984576
Octal234713501131312041276
Binary10111001111011101010010111011001100001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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