Html Css Color HEX #000A20 Black Russian

📋 copy color: '#000A20'

red 0 ◦ green 10 ◦ blue 32

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

Shades of Black Russian #000A20

Tints of Black Russian #000A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 76.19%

R = 0%
G = 23.81%
B = 76.19%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000A20 (or 0x000A20) is known color: Black Russian. HEX triplet: 00, 0A and 20. RGB value is (0,10,32). Sum of RGB (Red+Green+Blue) = 0+10+32=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 32 (12.89% from 255 or 76.19% from 42); Max value from RGB is 32 - color contains mainly: blue. Hex color #000A20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A20 is #FFF5DF. Grayscale: #090909. Windows color (decimal): -16774624 or 2099712. OLE color: 2099712.

HSL color Cylindrical-coordinate representation of color #000A20: hue angle of 221.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A20 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 10 32 -
CMYK 1 0.69 0 0.87
HSL 221.25º 1% 0.06% -
HSV(B) 221.25º 1% 0.13% -
XYZ 0.37 0.32 1.41 -
YUV 9.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 0 10 32 1 0.69 0 0.87 221.25 1 0.06
Hex 0 A 20 64 45 0 57 DD 64 6
Octal 0 12 40 144 105 0 127 335 144 6
Binary 0 1010 100000 1100100 1000101 0 1010111 11011101 1100100 110

Color Harmonies of #000A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A20

Black with #000A20

Text Example


Text Example

White with #000A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000A20; }

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

 H1.HeaderClassName
 {
   color: #000A20;
 }
 .AnyTagClassName
 {
   color: #000A20;
 }
</style>

background-color css

<style>
 a { background-color: #000A20; }

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

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

border-color css

<style>
 span { border-color: #000A20; }

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

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