Html Css Color HEX #0A0337 Black Russian

📋 copy color: '#0A0337'

red 10 ◦ green 3 ◦ blue 55

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

Shades of Black Russian #0A0337

Tints of Black Russian #0A0337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 80.88%

R = 14.71%
G = 4.41%
B = 80.88%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0A0337 (or 0x0A0337) is known color: Black Russian. HEX triplet: 0A, 03 and 37. RGB value is (10,3,55). Sum of RGB (Red+Green+Blue) = 10+3+55=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 55 (21.88% from 255 or 80.88% from 68); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A0337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0337 is #F5FCC8. Grayscale: #0A0A0A. Windows color (decimal): -16121033 or 3605258. OLE color: 3605258.

HSL color Cylindrical-coordinate representation of color #0A0337: hue angle of 248.08º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0337 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 3 55 -
CMYK 0.82 0.95 0 0.78
HSL 248.08º 0.9% 0.11% -
HSV(B) 248.08º 0.95% 0.22% -
XYZ 0.85 0.41 3.65 -
YUV 11.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 10 3 55 0.82 0.95 0 0.78 248.08 0.9 0.11
Hex A 3 37 52 5F 0 4E F8 5A B
Octal 12 3 67 122 137 0 116 370 132 13
Binary 1010 11 110111 1010010 1011111 0 1001110 11111000 1011010 1011

Color Harmonies of #0A0337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0337

Black with #0A0337

Text Example


Text Example

White with #0A0337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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