Html Css Color HEX #00000A Black Russian

📋 copy color: '#00000A'

red 0 ◦ green 0 ◦ blue 10

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

Shades of Black Russian #00000A

Tints of Black Russian #00000A

RGB

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

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

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

R = 0%
G = 0%
B = 100%

CMYK

 C value IS 1

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#00000A (or 0x00000A) is known color: Black Russian. HEX triplet: 00, 00 and 0A. RGB value is (0,0,10). Sum of RGB (Red+Green+Blue) = 0+0+10=10 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 10); Green value is 0 (0.39% from 255 or 0% from 10); Blue value is 10 (4.30% from 255 or 100% from 10); Max value from RGB is 10 - color contains mainly: blue. Hex color #00000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00000A is #FFFFF5. Grayscale: #010101. Windows color (decimal): -16777206 or 655360. OLE color: 655360.

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

Color convert

RGB 0 0 10 -
CMYK 1 1 0 0.96
HSL 240º 1% 0.02% -
HSV(B) 240º 1% 0.04% -
XYZ 0.05 0.02 0.29 -
YUV 1.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 0 0 10 1 1 0 0.96 240 1 0.02
Hex 0 0 A 64 64 0 60 F0 64 2
Octal 0 0 12 144 144 0 140 360 144 2
Binary 0 0 1010 1100100 1100100 0 1100000 11110000 1100100 10

Color Harmonies of #00000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00000A

Black with #00000A

Text Example


Text Example

White with #00000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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