#0A0D2F

Color #0A0D2F Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #0A0D2F

Tints of Black Russian #0A0D2F

Color information

#0A0D2F (or 0x0A0D2F) is unknown color: approx Black Russian. HEX triplet: 0A, 0D and 2F. RGB value is (10,13,47). Sum of RGB (Red+Green+Blue) = 10+13+47=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A0D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0D2F is #F5F2D0. Grayscale: #0F0F0F. Windows color (decimal): -16118481 or 3083530. OLE color: 3083530.

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

Color convert

RGB101347-
CMYK0.790.7200.82
HSL235.14º64.91%11.18%-
HSV(B)235.14º78.72%18.43%-
XYZ0.780.562.76-
YUV15.98145.51123.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.29%
GREEN value IS 13 (5.47% from 255) = 18.57%
BLUE value IS 47 (18.75% from 255) = 67.14%
R=14.29%
G=18.57%
B=67.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1013470.790.7200.82235.1464.9111.18
HexAD2F4F48052eb41b
Octal121557117110012235310113
Binary1010110110111110011111001000010100101110101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A0D2F;
 }
 .AnyTagClassName
 {
   color: #0A0D2F;
 }
</style>
background-color css

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

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

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

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

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

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