Html Css Color HEX #0A0334 Black Russian

📋 copy color: '#0A0334'

red 10 ◦ green 3 ◦ blue 52

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

Shades of Black Russian #0A0334

Tints of Black Russian #0A0334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 80%

R = 15.38%
G = 4.62%
B = 80%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0A0334 (or 0x0A0334) is known color: Black Russian. HEX triplet: 0A, 03 and 34. RGB value is (10,3,52). Sum of RGB (Red+Green+Blue) = 10+3+52=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 52 (20.70% from 255 or 80% from 65); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A0334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0334 is #F5FCCB. Grayscale: #0A0A0A. Windows color (decimal): -16121036 or 3408650. OLE color: 3408650.

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

Color convert

RGB 10 3 52 -
CMYK 0.81 0.94 0 0.80
HSL 248.57º 0.89% 0.11% -
HSV(B) 248.57º 0.94% 0.2% -
XYZ 0.78 0.38 3.28 -
YUV 10.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 10 3 52 0.81 0.94 0 0.80 248.57 0.89 0.11
Hex A 3 34 51 5E 0 50 F9 59 B
Octal 12 3 64 121 136 0 120 371 131 13
Binary 1010 11 110100 1010001 1011110 0 1010000 11111001 1011001 1011

Color Harmonies of #0A0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0334

Black with #0A0334

Text Example


Text Example

White with #0A0334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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