Html Css Color HEX #050229 Black Russian

📋 copy color: '#050229'

red 5 ◦ green 2 ◦ blue 41

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

Shades of Black Russian #050229

Tints of Black Russian #050229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.17%

 BLUE value IS 41 (16.41% from 255) = 85.42%

R = 10.42%
G = 4.17%
B = 85.42%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050229 (or 0x050229) is known color: Black Russian. HEX triplet: 05, 02 and 29. RGB value is (5,2,41). Sum of RGB (Red+Green+Blue) = 5+2+41=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 41 (16.41% from 255 or 85.42% from 48); Max value from RGB is 41 - color contains mainly: blue. Hex color #050229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050229 is #FAFDD6. Grayscale: #070707. Windows color (decimal): -16448983 or 2687493. OLE color: 2687493.

HSL color Cylindrical-coordinate representation of color #050229: hue angle of 244.62º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050229 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 2 41 -
CMYK 0.88 0.95 0 0.84
HSL 244.62º 0.91% 0.08% -
HSV(B) 244.62º 0.95% 0.16% -
XYZ 0.48 0.24 2.12 -
YUV 7.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 5 2 41 0.88 0.95 0 0.84 244.62 0.91 0.08
Hex 5 2 29 58 5F 0 54 F5 5B 8
Octal 5 2 51 130 137 0 124 365 133 10
Binary 101 10 101001 1011000 1011111 0 1010100 11110101 1011011 1000

Color Harmonies of #050229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050229

Black with #050229

Text Example


Text Example

White with #050229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050229; }

 p { color: rgb(5,2,41); }

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

background-color css

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

 a { background-color: rgb(5,2,41); }

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

border-color css

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

 span { border-color: rgb(5,2,41); }

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