Html Css Color HEX #010C02 Black Bean

📋 copy color: '#010C02'

red 1 ◦ green 12 ◦ blue 2

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

Shades of Black Bean #010C02

Tints of Black Bean #010C02

RGB

 RED value IS 1 (0.78% from 255) = 6.67%

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

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

R = 6.67%
G = 80%
B = 13.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.95

RGB Variations

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

Color information

#010C02 (or 0x010C02) is known color: Black Bean. HEX triplet: 01, 0C and 02. RGB value is (1,12,2). Sum of RGB (Red+Green+Blue) = 1+12+2=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 12 (5.08% from 255 or 80% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 12 - color contains mainly: green. Hex color #010C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C02 is #FEF3FD. Grayscale: #070707. Windows color (decimal): -16708606 or 134145. OLE color: 134145.

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

Color convert

RGB 1 12 2 -
CMYK 0.92 0 0.83 0.95
HSL 125.45º 0.85% 0.03% -
HSV(B) 125.45º 0.92% 0.05% -
XYZ 0.15 0.27 0.1 -
YUV 7.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 1 12 2 0.92 0 0.83 0.95 125.45 0.85 0.03
Hex 1 C 2 5C 0 53 5F 7D 55 3
Octal 1 14 2 134 0 123 137 175 125 3
Binary 1 1100 10 1011100 0 1010011 1011111 1111101 1010101 11

Color Harmonies of #010C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C02

Black with #010C02

Text Example


Text Example

White with #010C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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