#030D29

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

Shades of Black Russian #030D29

Tints of Black Russian #030D29

Color information

#030D29 (or 0x030D29) is unknown color: approx Black Russian. HEX triplet: 03, 0D and 29. RGB value is (3,13,41). Sum of RGB (Red+Green+Blue) = 3+13+41=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 41 (16.41% from 255 or 71.93% from 57); Max value from RGB is 41 - color contains mainly: blue. Hex color #030D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D29 is #FCF2D6. Grayscale: #0D0D0D. Windows color (decimal): -16577239 or 2690307. OLE color: 2690307.

HSL color Cylindrical-coordinate representation of color #030D29: hue angle of 224.21º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030D29 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB31341-
CMYK0.930.6800.84
HSL224.21º86.36%8.63%-
HSV(B)224.21º92.68%16.08%-
XYZ0.580.472.16-
YUV13.2143.69120.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 13 (5.47% from 255) = 22.81%
BLUE value IS 41 (16.41% from 255) = 71.93%
R=5.26%
G=22.81%
B=71.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal313410.930.6800.84224.2186.368.63
Hex3D295D44054e0569
Octal31551135104012434012611
Binary11110110100110111011000100010101001110000010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030D29; }

 p { color: rgb(3,13,41); }

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

<style>
 a { background-color: #030D29; }

 a { background-color: rgb(3,13,41); }

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

<style>
 span { border-color: #030D29; }

 span { border-color: rgb(3,13,41); }

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