Html Css Color HEX #0D0A20 Black Russian

📋 copy color: '#0D0A20'

red 13 ◦ green 10 ◦ blue 32

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

Shades of Black Russian #0D0A20

Tints of Black Russian #0D0A20

RGB

 RED value IS 13 (5.47% from 255) = 23.64%

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

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

R = 23.64%
G = 18.18%
B = 58.18%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0D0A20 (or 0x0D0A20) is known color: Black Russian. HEX triplet: 0D, 0A and 20. RGB value is (13,10,32). Sum of RGB (Red+Green+Blue) = 13+10+32=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #0D0A20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0A20 is #F2F5DF. Grayscale: #0D0D0D. Windows color (decimal): -15922656 or 2099725. OLE color: 2099725.

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

Color convert

RGB 13 10 32 -
CMYK 0.59 0.69 0 0.87
HSL 248.18º 0.52% 0.08% -
HSV(B) 248.18º 0.69% 0.13% -
XYZ 0.54 0.41 1.42 -
YUV 13.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 13 10 32 0.59 0.69 0 0.87 248.18 0.52 0.08
Hex D A 20 3B 45 0 57 F8 34 8
Octal 15 12 40 73 105 0 127 370 64 10
Binary 1101 1010 100000 111011 1000101 0 1010111 11111000 110100 1000

Color Harmonies of #0D0A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0A20

Black with #0D0A20

Text Example


Text Example

White with #0D0A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D0A20; }

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

 H1.HeaderClassName
 {
   color: #0D0A20;
 }
 .AnyTagClassName
 {
   color: #0D0A20;
 }
</style>

background-color css

<style>
 a { background-color: #0D0A20; }

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

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

border-color css

<style>
 span { border-color: #0D0A20; }

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

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