#00052D

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

Shades of Black Russian #00052D

Tints of Black Russian #00052D

Color information

#00052D (or 0x00052D) is unknown color: approx Black Russian. HEX triplet: 00, 05 and 2D. RGB value is (0,5,45). Sum of RGB (Red+Green+Blue) = 0+5+45=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 45 (17.97% from 255 or 90% from 50); Max value from RGB is 45 - color contains mainly: blue. Hex color #00052D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00052D is #FFFAD2. Grayscale: #070707. Windows color (decimal): -16775891 or 2950400. OLE color: 2950400.

HSL color Cylindrical-coordinate representation of color #00052D: hue angle of 233.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00052D is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB0545-
CMYK10.8900.82
HSL233.33º100%8.82%-
HSV(B)233.33º100%17.65%-
XYZ0.530.32.51-
YUV8.06148.84122.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 45 (17.97% from 255) = 90%
R=0%
G=10%
B=90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal054510.8900.82233.331008.82
Hex052D6459052e9649
Octal0555144131012235114411
Binary010110110111001001011001010100101110100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00052D; }

 p { color: rgb(0,5,45); }

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

<style>
 a { background-color: #00052D; }

 a { background-color: rgb(0,5,45); }

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

<style>
 span { border-color: #00052D; }

 span { border-color: rgb(0,5,45); }

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