Html Css Color HEX #0A0424 Black Russian

📋 copy color: '#0A0424'

red 10 ◦ green 4 ◦ blue 36

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

Shades of Black Russian #0A0424

Tints of Black Russian #0A0424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8%

 BLUE value IS 36 (14.45% from 255) = 72%

R = 20%
G = 8%
B = 72%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0A0424 (or 0x0A0424) is known color: Black Russian. HEX triplet: 0A, 04 and 24. RGB value is (10,4,36). Sum of RGB (Red+Green+Blue) = 10+4+36=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 36 (14.45% from 255 or 72% from 50); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A0424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0424 is #F5FBDB. Grayscale: #090909. Windows color (decimal): -16120796 or 2360330. OLE color: 2360330.

HSL color Cylindrical-coordinate representation of color #0A0424: hue angle of 251.25º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A0424 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 10 4 36 -
CMYK 0.72 0.89 0 0.86
HSL 251.25º 0.8% 0.08% -
HSV(B) 251.25º 0.89% 0.14% -
XYZ 0.49 0.28 1.7 -
YUV 9.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 10 4 36 0.72 0.89 0 0.86 251.25 0.8 0.08
Hex A 4 24 48 59 0 56 FB 50 8
Octal 12 4 44 110 131 0 126 373 120 10
Binary 1010 100 100100 1001000 1011001 0 1010110 11111011 1010000 1000

Color Harmonies of #0A0424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0424

Black with #0A0424

Text Example


Text Example

White with #0A0424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,4,36); }

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

background-color css

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

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

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

border-color css

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

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

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