Html Css Color HEX #020C02 Black Bean

📋 copy color: '#020C02'

red 2 ◦ green 12 ◦ blue 2

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

Shades of Black Bean #020C02

Tints of Black Bean #020C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 75%

 BLUE value IS 2 (1.17% from 255) = 12.5%

R = 12.5%
G = 75%
B = 12.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.95

RGB Variations

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

Color information

#020C02 (or 0x020C02) is known color: Black Bean. HEX triplet: 02, 0C and 02. RGB value is (2,12,2). Sum of RGB (Red+Green+Blue) = 2+12+2=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 12 (5.08% from 255 or 75% from 16); Blue value is 2 (1.17% from 255 or 12.5% from 16); Max value from RGB is 12 - color contains mainly: green. Hex color #020C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C02 is #FDF3FD. Grayscale: #070707. Windows color (decimal): -16643070 or 134146. OLE color: 134146.

HSL color Cylindrical-coordinate representation of color #020C02: hue angle of 120º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #020C02 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 12 2 -
CMYK 0.83 0 0.83 0.95
HSL 120º 0.71% 0.03% -
HSV(B) 120º 0.83% 0.05% -
XYZ 0.17 0.28 0.1 -
YUV 7.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 2 12 2 0.83 0 0.83 0.95 120 0.71 0.03
Hex 2 C 2 53 0 53 5F 78 47 3
Octal 2 14 2 123 0 123 137 170 107 3
Binary 10 1100 10 1010011 0 1010011 1011111 1111000 1000111 11

Color Harmonies of #020C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C02

Black with #020C02

Text Example


Text Example

White with #020C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020C02; }

 p { color: rgb(2,12,2); }

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

background-color css

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

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

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

border-color css

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

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

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