Html Css Color HEX #050930 Black Russian

📋 copy color: '#050930'

red 5 ◦ green 9 ◦ blue 48

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

Shades of Black Russian #050930

Tints of Black Russian #050930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.52%

 BLUE value IS 48 (19.14% from 255) = 77.42%

R = 8.06%
G = 14.52%
B = 77.42%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#050930 (or 0x050930) is known color: Black Russian. HEX triplet: 05, 09 and 30. RGB value is (5,9,48). Sum of RGB (Red+Green+Blue) = 5+9+48=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 48 (19.14% from 255 or 77.42% from 62); Max value from RGB is 48 - color contains mainly: blue. Hex color #050930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050930 is #FAF6CF. Grayscale: #0C0C0C. Windows color (decimal): -16447184 or 3148037. OLE color: 3148037.

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

Color convert

RGB 5 9 48 -
CMYK 0.90 0.81 0 0.81
HSL 234.42º 0.81% 0.1% -
HSV(B) 234.42º 0.9% 0.19% -
XYZ 0.69 0.44 2.84 -
YUV 12.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 5 9 48 0.90 0.81 0 0.81 234.42 0.81 0.1
Hex 5 9 30 5A 51 0 51 EA 51 A
Octal 5 11 60 132 121 0 121 352 121 12
Binary 101 1001 110000 1011010 1010001 0 1010001 11101010 1010001 1010

Color Harmonies of #050930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050930

Black with #050930

Text Example


Text Example

White with #050930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050930; }

 p { color: rgb(5,9,48); }

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

background-color css

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

 a { background-color: rgb(5,9,48); }

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

border-color css

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

 span { border-color: rgb(5,9,48); }

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