Html Css Color HEX #010A02 Black Bean

📋 copy color: '#010A02'

red 1 ◦ green 10 ◦ blue 2

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

Shades of Black Bean #010A02

Tints of Black Bean #010A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 76.92%

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

R = 7.69%
G = 76.92%
B = 15.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.8

 K value IS 0.96

RGB Variations

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

Color information

#010A02 (or 0x010A02) is known color: Black Bean. HEX triplet: 01, 0A and 02. RGB value is (1,10,2). Sum of RGB (Red+Green+Blue) = 1+10+2=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 10 (4.30% from 255 or 76.92% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 10 - color contains mainly: green. Hex color #010A02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A02 is #FEF5FD. Grayscale: #060606. Windows color (decimal): -16709118 or 133633. OLE color: 133633.

HSL color Cylindrical-coordinate representation of color #010A02: hue angle of 126.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #010A02 is Cyan = 0.90, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 10 2 -
CMYK 0.90 0 0.8 0.96
HSL 126.67º 0.82% 0.02% -
HSV(B) 126.67º 0.9% 0.04% -
XYZ 0.13 0.23 0.09 -
YUV 6.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 1 10 2 0.90 0 0.8 0.96 126.67 0.82 0.02
Hex 1 A 2 5A 0 50 60 7F 52 2
Octal 1 12 2 132 0 120 140 177 122 2
Binary 1 1010 10 1011010 0 1010000 1100000 1111111 1010010 10

Color Harmonies of #010A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A02

Black with #010A02

Text Example


Text Example

White with #010A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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