Html Css Color HEX #05062E Black Russian

📋 copy color: '#05062E'

red 5 ◦ green 6 ◦ blue 46

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

Shades of Black Russian #05062E

Tints of Black Russian #05062E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 80.7%

R = 8.77%
G = 10.53%
B = 80.7%

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

#05062E (or 0x05062E) is known color: Black Russian. HEX triplet: 05, 06 and 2E. RGB value is (5,6,46). Sum of RGB (Red+Green+Blue) = 5+6+46=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 46 (18.36% from 255 or 80.70% from 57); Max value from RGB is 46 - color contains mainly: blue. Hex color #05062E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05062E is #FAF9D1. Grayscale: #0A0A0A. Windows color (decimal): -16447954 or 3016197. OLE color: 3016197.

HSL color Cylindrical-coordinate representation of color #05062E: hue angle of 238.54º degrees, saturation: 0.8, 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 #05062E is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 6 46 -
CMYK 0.89 0.87 0 0.82
HSL 238.54º 0.8% 0.1% -
HSV(B) 238.54º 0.89% 0.18% -
XYZ 0.62 0.36 2.62 -
YUV 10.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 5 6 46 0.89 0.87 0 0.82 238.54 0.8 0.1
Hex 5 6 2E 59 57 0 52 EF 50 A
Octal 5 6 56 131 127 0 122 357 120 12
Binary 101 110 101110 1011001 1010111 0 1010010 11101111 1010000 1010

Color Harmonies of #05062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05062E

Black with #05062E

Text Example


Text Example

White with #05062E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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