Html Css Color HEX #01000A Black Russian

📋 copy color: '#01000A'

red 1 ◦ green 0 ◦ blue 10

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

Shades of Black Russian #01000A

Tints of Black Russian #01000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.09%
G = 0%
B = 90.91%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01000A (or 0x01000A) is known color: Black Russian. HEX triplet: 01, 00 and 0A. RGB value is (1,0,10). Sum of RGB (Red+Green+Blue) = 1+0+10=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 0 (0.39% from 255 or 0% from 11); Blue value is 10 (4.30% from 255 or 90.91% from 11); Max value from RGB is 10 - color contains mainly: blue. Hex color #01000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01000A is #FEFFF5. Grayscale: #010101. Windows color (decimal): -16711670 or 655361. OLE color: 655361.

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

Color convert

RGB 1 0 10 -
CMYK 0.90 1 0 0.96
HSL 246º 1% 0.02% -
HSV(B) 246º 1% 0.04% -
XYZ 0.07 0.03 0.29 -
YUV 1.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 1 0 10 0.90 1 0 0.96 246 1 0.02
Hex 1 0 A 5A 64 0 60 F6 64 2
Octal 1 0 12 132 144 0 140 366 144 2
Binary 1 0 1010 1011010 1100100 0 1100000 11110110 1100100 10

Color Harmonies of #01000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01000A

Black with #01000A

Text Example


Text Example

White with #01000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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