Html Css Color HEX #05031D Black Russian

📋 copy color: '#05031D'

red 5 ◦ green 3 ◦ blue 29

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

Shades of Black Russian #05031D

Tints of Black Russian #05031D

RGB

 RED value IS 5 (2.34% from 255) = 13.51%

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

 BLUE value IS 29 (11.72% from 255) = 78.38%

R = 13.51%
G = 8.11%
B = 78.38%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05031D (or 0x05031D) is known color: Black Russian. HEX triplet: 05, 03 and 1D. RGB value is (5,3,29). Sum of RGB (Red+Green+Blue) = 5+3+29=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 29 (11.72% from 255 or 78.38% from 37); Max value from RGB is 29 - color contains mainly: blue. Hex color #05031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05031D is #FAFCE2. Grayscale: #060606. Windows color (decimal): -16448739 or 1901317. OLE color: 1901317.

HSL color Cylindrical-coordinate representation of color #05031D: hue angle of 244.62º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05031D is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 3 29 -
CMYK 0.83 0.90 0 0.89
HSL 244.62º 0.81% 0.06% -
HSV(B) 244.62º 0.9% 0.11% -
XYZ 0.32 0.19 1.18 -
YUV 6.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 5 3 29 0.83 0.90 0 0.89 244.62 0.81 0.06
Hex 5 3 1D 53 5A 0 59 F5 51 6
Octal 5 3 35 123 132 0 131 365 121 6
Binary 101 11 11101 1010011 1011010 0 1011001 11110101 1010001 110

Color Harmonies of #05031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05031D

Black with #05031D

Text Example


Text Example

White with #05031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,3,29); }

 H1.HeaderClassName
 {
   color: #05031D;
 }
 .AnyTagClassName
 {
   color: #05031D;
 }
</style>

background-color css

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

 a { background-color: rgb(5,3,29); }

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

border-color css

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

 span { border-color: rgb(5,3,29); }

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