#0D0930

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

Shades of Black Russian #0D0930

Tints of Black Russian #0D0930

Color information

#0D0930 (or 0x0D0930) is unknown color: approx Black Russian. HEX triplet: 0D, 09 and 30. RGB value is (13,9,48). Sum of RGB (Red+Green+Blue) = 13+9+48=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D0930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0930 is #F2F6CF. Grayscale: #0E0E0E. Windows color (decimal): -15922896 or 3148045. OLE color: 3148045.

HSL color Cylindrical-coordinate representation of color #0D0930: hue angle of 246.15º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D0930 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB13948-
CMYK0.730.8100.81
HSL246.15º68.42%11.18%-
HSV(B)246.15º81.25%18.82%-
XYZ0.80.492.85-
YUV14.64146.83126.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.57%
GREEN value IS 9 (3.91% from 255) = 12.86%
BLUE value IS 48 (19.14% from 255) = 68.57%
R=18.57%
G=12.86%
B=68.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal139480.730.8100.81246.1568.4211.18
HexD9304951051f644b
Octal151160111121012136610413
Binary1101100111000010010011010001010100011111011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,9,48); }

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

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

 a { background-color: rgb(13,9,48); }

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

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

 span { border-color: rgb(13,9,48); }

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