Html Css Color HEX #05062F Black Russian

📋 copy color: '#05062F'

red 5 ◦ green 6 ◦ blue 47

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

Shades of Black Russian #05062F

Tints of Black Russian #05062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.34%

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

R = 8.62%
G = 10.34%
B = 81.03%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#05062F (or 0x05062F) is known color: Black Russian. HEX triplet: 05, 06 and 2F. RGB value is (5,6,47). Sum of RGB (Red+Green+Blue) = 5+6+47=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 47 (18.75% from 255 or 81.03% from 58); Max value from RGB is 47 - color contains mainly: blue. Hex color #05062F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05062F is #FAF9D0. Grayscale: #0A0A0A. Windows color (decimal): -16447953 or 3081733. OLE color: 3081733.

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

Color convert

RGB 5 6 47 -
CMYK 0.89 0.87 0 0.82
HSL 238.57º 0.81% 0.1% -
HSV(B) 238.57º 0.89% 0.18% -
XYZ 0.64 0.37 2.73 -
YUV 10.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 5 6 47 0.89 0.87 0 0.82 238.57 0.81 0.1
Hex 5 6 2F 59 57 0 52 EF 51 A
Octal 5 6 57 131 127 0 122 357 121 12
Binary 101 110 101111 1011001 1010111 0 1010010 11101111 1010001 1010

Color Harmonies of #05062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05062F

Black with #05062F

Text Example


Text Example

White with #05062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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