Html Css Color HEX #01020A Black Russian

📋 copy color: '#01020A'

red 1 ◦ green 2 ◦ blue 10

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

Shades of Black Russian #01020A

Tints of Black Russian #01020A

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.8

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01020A (or 0x01020A) is known color: Black Russian. HEX triplet: 01, 02 and 0A. RGB value is (1,2,10). Sum of RGB (Red+Green+Blue) = 1+2+10=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 10 (4.30% from 255 or 76.92% from 13); Max value from RGB is 10 - color contains mainly: blue. Hex color #01020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01020A is #FEFDF5. Grayscale: #020202. Windows color (decimal): -16711158 or 655873. OLE color: 655873.

HSL color Cylindrical-coordinate representation of color #01020A: hue angle of 233.33º 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 #01020A is Cyan = 0.90, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 2 10 -
CMYK 0.90 0.8 0 0.96
HSL 233.33º 0.82% 0.02% -
HSV(B) 233.33º 0.9% 0.04% -
XYZ 0.09 0.07 0.3 -
YUV 2.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 1 2 10 0.90 0.8 0 0.96 233.33 0.82 0.02
Hex 1 2 A 5A 50 0 60 E9 52 2
Octal 1 2 12 132 120 0 140 351 122 2
Binary 1 10 1010 1011010 1010000 0 1100000 11101001 1010010 10

Color Harmonies of #01020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01020A

Black with #01020A

Text Example


Text Example

White with #01020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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