Html Css Color HEX #05031F Black Russian

📋 copy color: '#05031F'

red 5 ◦ green 3 ◦ blue 31

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

Shades of Black Russian #05031F

Tints of Black Russian #05031F

RGB

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

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

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

R = 12.82%
G = 7.69%
B = 79.49%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05031F (or 0x05031F) is known color: Black Russian. HEX triplet: 05, 03 and 1F. RGB value is (5,3,31). Sum of RGB (Red+Green+Blue) = 5+3+31=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 31 (12.5% from 255 or 79.49% from 39); Max value from RGB is 31 - color contains mainly: blue. Hex color #05031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05031F is #FAFCE0. Grayscale: #060606. Windows color (decimal): -16448737 or 2032389. OLE color: 2032389.

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

Color convert

RGB 5 3 31 -
CMYK 0.84 0.90 0 0.88
HSL 244.29º 0.82% 0.07% -
HSV(B) 244.29º 0.9% 0.12% -
XYZ 0.34 0.2 1.32 -
YUV 6.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 5 3 31 0.84 0.90 0 0.88 244.29 0.82 0.07
Hex 5 3 1F 54 5A 0 58 F4 52 7
Octal 5 3 37 124 132 0 130 364 122 7
Binary 101 11 11111 1010100 1011010 0 1011000 11110100 1010010 111

Color Harmonies of #05031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05031F

Black with #05031F

Text Example


Text Example

White with #05031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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