Html Css Color HEX #05032F Black Russian

📋 copy color: '#05032F'

red 5 ◦ green 3 ◦ blue 47

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

Shades of Black Russian #05032F

Tints of Black Russian #05032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 85.45%

R = 9.09%
G = 5.45%
B = 85.45%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#05032F (or 0x05032F) is known color: Black Russian. HEX triplet: 05, 03 and 2F. RGB value is (5,3,47). Sum of RGB (Red+Green+Blue) = 5+3+47=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 47 (18.75% from 255 or 85.45% from 55); Max value from RGB is 47 - color contains mainly: blue. Hex color #05032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05032F is #FAFCD0. Grayscale: #080808. Windows color (decimal): -16448721 or 3080965. OLE color: 3080965.

HSL color Cylindrical-coordinate representation of color #05032F: hue angle of 242.73º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05032F is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 3 47 -
CMYK 0.89 0.94 0 0.82
HSL 242.73º 0.88% 0.1% -
HSV(B) 242.73º 0.94% 0.18% -
XYZ 0.61 0.3 2.72 -
YUV 8.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 5 3 47 0.89 0.94 0 0.82 242.73 0.88 0.1
Hex 5 3 2F 59 5E 0 52 F3 58 A
Octal 5 3 57 131 136 0 122 363 130 12
Binary 101 11 101111 1011001 1011110 0 1010010 11110011 1011000 1010

Color Harmonies of #05032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05032F

Black with #05032F

Text Example


Text Example

White with #05032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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