Html Css Color HEX #0A0518 Black Russian

📋 copy color: '#0A0518'

red 10 ◦ green 5 ◦ blue 24

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

Shades of Black Russian #0A0518

Tints of Black Russian #0A0518

RGB

 RED value IS 10 (4.3% from 255) = 25.64%

 GREEN value IS 5 (2.34% from 255) = 12.82%

 BLUE value IS 24 (9.77% from 255) = 61.54%

R = 25.64%
G = 12.82%
B = 61.54%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0518 (or 0x0A0518) is known color: Black Russian. HEX triplet: 0A, 05 and 18. RGB value is (10,5,24). Sum of RGB (Red+Green+Blue) = 10+5+24=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A0518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0518 is #F5FAE7. Grayscale: #080808. Windows color (decimal): -16120552 or 1574154. OLE color: 1574154.

HSL color Cylindrical-coordinate representation of color #0A0518: hue angle of 255.79º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A0518 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 5 24 -
CMYK 0.58 0.79 0 0.91
HSL 255.79º 0.66% 0.06% -
HSV(B) 255.79º 0.79% 0.09% -
XYZ 0.34 0.24 0.89 -
YUV 8.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 10 5 24 0.58 0.79 0 0.91 255.79 0.66 0.06
Hex A 5 18 3A 4F 0 5B 100 42 6
Octal 12 5 30 72 117 0 133 400 102 6
Binary 1010 101 11000 111010 1001111 0 1011011 100000000 1000010 110

Color Harmonies of #0A0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0518

Black with #0A0518

Text Example


Text Example

White with #0A0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,5,24); }

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

background-color css

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

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

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

border-color css

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

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

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