Html Css Color HEX #05051F Black Russian

📋 copy color: '#05051F'

red 5 ◦ green 5 ◦ blue 31

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

Shades of Black Russian #05051F

Tints of Black Russian #05051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 75.61%

R = 12.2%
G = 12.2%
B = 75.61%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05051F (or 0x05051F) is known color: Black Russian. HEX triplet: 05, 05 and 1F. RGB value is (5,5,31). Sum of RGB (Red+Green+Blue) = 5+5+31=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 31 (12.5% from 255 or 75.61% from 41); Max value from RGB is 31 - color contains mainly: blue. Hex color #05051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05051F is #FAFAE0. Grayscale: #070707. Windows color (decimal): -16448225 or 2032901. OLE color: 2032901.

HSL color Cylindrical-coordinate representation of color #05051F: hue angle of 240º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05051F is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 5 31 -
CMYK 0.84 0.84 0 0.88
HSL 240º 0.72% 0.07% -
HSV(B) 240º 0.84% 0.12% -
XYZ 0.36 0.24 1.32 -
YUV 7.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 5 5 31 0.84 0.84 0 0.88 240 0.72 0.07
Hex 5 5 1F 54 54 0 58 F0 48 7
Octal 5 5 37 124 124 0 130 360 110 7
Binary 101 101 11111 1010100 1010100 0 1011000 11110000 1001000 111

Color Harmonies of #05051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05051F

Black with #05051F

Text Example


Text Example

White with #05051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05051F; }

 p { color: rgb(5,5,31); }

 H1.HeaderClassName
 {
   color: #05051F;
 }
 .AnyTagClassName
 {
   color: #05051F;
 }
</style>

background-color css

<style>
 a { background-color: #05051F; }

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

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

border-color css

<style>
 span { border-color: #05051F; }

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

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