Html Css Color HEX #0A032F Black Russian

📋 copy color: '#0A032F'

red 10 ◦ green 3 ◦ blue 47

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

Shades of Black Russian #0A032F

Tints of Black Russian #0A032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 78.33%

R = 16.67%
G = 5%
B = 78.33%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0A032F (or 0x0A032F) is known color: Black Russian. HEX triplet: 0A, 03 and 2F. RGB value is (10,3,47). Sum of RGB (Red+Green+Blue) = 10+3+47=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 47 (18.75% from 255 or 78.33% from 60); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A032F is #F5FCD0. Grayscale: #090909. Windows color (decimal): -16121041 or 3080970. OLE color: 3080970.

HSL color Cylindrical-coordinate representation of color #0A032F: hue angle of 249.55º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A032F is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 10 3 47 -
CMYK 0.79 0.94 0 0.82
HSL 249.55º 0.88% 0.1% -
HSV(B) 249.55º 0.94% 0.18% -
XYZ 0.67 0.33 2.72 -
YUV 10.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 10 3 47 0.79 0.94 0 0.82 249.55 0.88 0.1
Hex A 3 2F 4F 5E 0 52 FA 58 A
Octal 12 3 57 117 136 0 122 372 130 12
Binary 1010 11 101111 1001111 1011110 0 1010010 11111010 1011000 1010

Color Harmonies of #0A032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A032F

Black with #0A032F

Text Example


Text Example

White with #0A032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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