Html Css Color HEX #021B07 Black Bean

📋 copy color: '#021B07'

red 2 ◦ green 27 ◦ blue 7

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

Shades of Black Bean #021B07

Tints of Black Bean #021B07

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.13% from 255) = 19.44%

R = 5.56%
G = 75%
B = 19.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.89

RGB Variations

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

Color information

#021B07 (or 0x021B07) is known color: 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

RGB 2 27 7 -
CMYK 0.93 0 0.74 0.89
HSL 132º 0.86% 0.06% -
HSV(B) 132º 0.93% 0.11% -
XYZ 0.46 0.81 0.33 -
YUV 17.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 2 27 7 0.93 0 0.74 0.89 132 0.86 0.06
Hex 2 1B 7 5D 0 4A 59 84 56 6
Octal 2 33 7 135 0 112 131 204 126 6
Binary 10 11011 111 1011101 0 1001010 1011001 10000100 1010110 110

Color Harmonies of #021B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B07

Black with #021B07

Text Example


Text Example

White with #021B07

Text Example


Text Example

HTML Codes & Css Web 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>