Html Css Color HEX #05071D Black Russian

📋 copy color: '#05071D'

red 5 ◦ green 7 ◦ blue 29

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

Shades of Black Russian #05071D

Tints of Black Russian #05071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.07%

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

R = 12.2%
G = 17.07%
B = 70.73%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05071D (or 0x05071D) is known color: Black Russian. HEX triplet: 05, 07 and 1D. RGB value is (5,7,29). Sum of RGB (Red+Green+Blue) = 5+7+29=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 29 (11.72% from 255 or 70.73% from 41); Max value from RGB is 29 - color contains mainly: blue. Hex color #05071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05071D is #FAF8E2. Grayscale: #080808. Windows color (decimal): -16447715 or 1902341. OLE color: 1902341.

HSL color Cylindrical-coordinate representation of color #05071D: hue angle of 235º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05071D is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 7 29 -
CMYK 0.83 0.76 0 0.89
HSL 235º 0.71% 0.07% -
HSV(B) 235º 0.83% 0.11% -
XYZ 0.36 0.27 1.2 -
YUV 8.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 5 7 29 0.83 0.76 0 0.89 235 0.71 0.07
Hex 5 7 1D 53 4C 0 59 EB 47 7
Octal 5 7 35 123 114 0 131 353 107 7
Binary 101 111 11101 1010011 1001100 0 1011001 11101011 1000111 111

Color Harmonies of #05071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05071D

Black with #05071D

Text Example


Text Example

White with #05071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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