Html Css Color HEX #00010A Black Russian

📋 copy color: '#00010A'

red 0 ◦ green 1 ◦ blue 10

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

Shades of Black Russian #00010A

Tints of Black Russian #00010A

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#00010A (or 0x00010A) is known color: Black Russian. HEX triplet: 00, 01 and 0A. RGB value is (0,1,10). Sum of RGB (Red+Green+Blue) = 0+1+10=11 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 11); Green value is 1 (0.78% from 255 or 9.09% 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 #00010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00010A is #FFFEF5. Grayscale: #010101. Windows color (decimal): -16776950 or 655616. OLE color: 655616.

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

Color convert

RGB 0 1 10 -
CMYK 1 0.90 0 0.96
HSL 234º 1% 0.02% -
HSV(B) 234º 1% 0.04% -
XYZ 0.07 0.04 0.29 -
YUV 1.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 0 1 10 1 0.90 0 0.96 234 1 0.02
Hex 0 1 A 64 5A 0 60 EA 64 2
Octal 0 1 12 144 132 0 140 352 144 2
Binary 0 1 1010 1100100 1011010 0 1100000 11101010 1100100 10

Color Harmonies of #00010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00010A

Black with #00010A

Text Example


Text Example

White with #00010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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