Html Css Color HEX #0A0329 Black Russian

📋 copy color: '#0A0329'

red 10 ◦ green 3 ◦ blue 41

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

Shades of Black Russian #0A0329

Tints of Black Russian #0A0329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.56%

 BLUE value IS 41 (16.41% from 255) = 75.93%

R = 18.52%
G = 5.56%
B = 75.93%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0A0329 (or 0x0A0329) is known color: Black Russian. HEX triplet: 0A, 03 and 29. RGB value is (10,3,41). Sum of RGB (Red+Green+Blue) = 10+3+41=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 41 (16.41% from 255 or 75.93% from 54); Max value from RGB is 41 - color contains mainly: blue. Hex color #0A0329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0329 is #F5FCD6. Grayscale: #090909. Windows color (decimal): -16121047 or 2687754. OLE color: 2687754.

HSL color Cylindrical-coordinate representation of color #0A0329: hue angle of 251.05º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0329 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 10 3 41 -
CMYK 0.76 0.93 0 0.84
HSL 251.05º 0.86% 0.09% -
HSV(B) 251.05º 0.93% 0.16% -
XYZ 0.56 0.29 2.12 -
YUV 9.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 10 3 41 0.76 0.93 0 0.84 251.05 0.86 0.09
Hex A 3 29 4C 5D 0 54 FB 56 9
Octal 12 3 51 114 135 0 124 373 126 11
Binary 1010 11 101001 1001100 1011101 0 1010100 11111011 1010110 1001

Color Harmonies of #0A0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0329

Black with #0A0329

Text Example


Text Example

White with #0A0329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,3,41); }

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

background-color css

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

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

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

border-color css

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

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

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