Html Css Color HEX #022007 Black Bean

📋 copy color: '#022007'

red 2 ◦ green 32 ◦ blue 7

#022007
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #022007

Tints of Black Bean #022007

RGB

 RED value IS 2 (1.17% from 255) = 4.88%

 GREEN value IS 32 (12.89% from 255) = 78.05%

 BLUE value IS 7 (3.13% from 255) = 17.07%

R = 4.88%
G = 78.05%
B = 17.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.87

RGB Variations

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

Color information

#022007 (or 0x022007) is known color: Black Bean. HEX triplet: 02, 20 and 07. RGB value is (2,32,7). Sum of RGB (Red+Green+Blue) = 2+32+7=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 32 (12.89% from 255 or 78.05% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 32 - color contains mainly: green. Hex color #022007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022007 is #FDDFF8. Grayscale: #141414. Windows color (decimal): -16637945 or 466946. OLE color: 466946.

HSL color Cylindrical-coordinate representation of color #022007: hue angle of 130º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022007 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 32 7 -
CMYK 0.94 0 0.78 0.87
HSL 130º 0.88% 0.07% -
HSV(B) 130º 0.94% 0.13% -
XYZ 0.58 1.06 0.38 -
YUV 20.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 2 32 7 0.94 0 0.78 0.87 130 0.88 0.07
Hex 2 20 7 5E 0 4E 57 82 58 7
Octal 2 40 7 136 0 116 127 202 130 7
Binary 10 100000 111 1011110 0 1001110 1010111 10000010 1011000 111

Color Harmonies of #022007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022007

Black with #022007

Text Example


Text Example

White with #022007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022007; }

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

 H1.HeaderClassName
 {
   color: #022007;
 }
 .AnyTagClassName
 {
   color: #022007;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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