Html Css Color HEX #0A0336 Black Russian

📋 copy color: '#0A0336'

red 10 ◦ green 3 ◦ blue 54

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

Shades of Black Russian #0A0336

Tints of Black Russian #0A0336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 80.6%

R = 14.93%
G = 4.48%
B = 80.6%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0A0336 (or 0x0A0336) is known color: Black Russian. HEX triplet: 0A, 03 and 36. RGB value is (10,3,54). Sum of RGB (Red+Green+Blue) = 10+3+54=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 54 (21.48% from 255 or 80.60% from 67); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A0336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0336 is #F5FCC9. Grayscale: #0A0A0A. Windows color (decimal): -16121034 or 3539722. OLE color: 3539722.

HSL color Cylindrical-coordinate representation of color #0A0336: hue angle of 248.24º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0336 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 3 54 -
CMYK 0.81 0.94 0 0.79
HSL 248.24º 0.89% 0.11% -
HSV(B) 248.24º 0.94% 0.21% -
XYZ 0.82 0.4 3.52 -
YUV 10.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 10 3 54 0.81 0.94 0 0.79 248.24 0.89 0.11
Hex A 3 36 51 5E 0 4F F8 59 B
Octal 12 3 66 121 136 0 117 370 131 13
Binary 1010 11 110110 1010001 1011110 0 1001111 11111000 1011001 1011

Color Harmonies of #0A0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0336

Black with #0A0336

Text Example


Text Example

White with #0A0336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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