Html Css Color HEX #050033 Black Russian

📋 copy color: '#050033'

red 5 ◦ green 0 ◦ blue 51

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

Shades of Black Russian #050033

Tints of Black Russian #050033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 51 (20.31% from 255) = 91.07%

R = 8.93%
G = 0%
B = 91.07%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#050033 (or 0x050033) is known color: Black Russian. HEX triplet: 05, 00 and 33. RGB value is (5,0,51). Sum of RGB (Red+Green+Blue) = 5+0+51=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 51 (20.31% from 255 or 91.07% from 56); Max value from RGB is 51 - color contains mainly: blue. Hex color #050033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050033 is #FAFFCC. Grayscale: #070707. Windows color (decimal): -16449485 or 3342341. OLE color: 3342341.

HSL color Cylindrical-coordinate representation of color #050033: hue angle of 245.88º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050033 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 0 51 -
CMYK 0.90 1 0 0.8
HSL 245.88º 1% 0.1% -
HSV(B) 245.88º 1% 0.2% -
XYZ 0.66 0.27 3.15 -
YUV 7.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 5 0 51 0.90 1 0 0.8 245.88 1 0.1
Hex 5 0 33 5A 64 0 50 F6 64 A
Octal 5 0 63 132 144 0 120 366 144 12
Binary 101 0 110011 1011010 1100100 0 1010000 11110110 1100100 1010

Color Harmonies of #050033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050033

Black with #050033

Text Example


Text Example

White with #050033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050033; }

 p { color: rgb(5,0,51); }

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

background-color css

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

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

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

border-color css

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

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

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