Html Css Color HEX #050309 Black Russian

📋 copy color: '#050309'

red 5 ◦ green 3 ◦ blue 9

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

Shades of Black Russian #050309

Tints of Black Russian #050309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 17.65%

 BLUE value IS 9 (3.91% from 255) = 52.94%

R = 29.41%
G = 17.65%
B = 52.94%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#050309 (or 0x050309) is known color: Black Russian. HEX triplet: 05, 03 and 09. RGB value is (5,3,9). Sum of RGB (Red+Green+Blue) = 5+3+9=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 3 (1.56% from 255 or 17.65% from 17); Blue value is 9 (3.91% from 255 or 52.94% from 17); Max value from RGB is 9 - color contains mainly: blue. Hex color #050309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050309 is #FAFCF6. Grayscale: #040404. Windows color (decimal): -16448759 or 590597. OLE color: 590597.

HSL color Cylindrical-coordinate representation of color #050309: hue angle of 260º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050309 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 3 9 -
CMYK 0.44 0.67 0 0.96
HSL 260º 0.5% 0.02% -
HSV(B) 260º 0.67% 0.04% -
XYZ 0.14 0.12 0.27 -
YUV 4.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 5 3 9 0.44 0.67 0 0.96 260 0.5 0.02
Hex 5 3 9 2C 43 0 60 104 32 2
Octal 5 3 11 54 103 0 140 404 62 2
Binary 101 11 1001 101100 1000011 0 1100000 100000100 110010 10

Color Harmonies of #050309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050309

Black with #050309

Text Example


Text Example

White with #050309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050309; }

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

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

background-color css

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

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

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

border-color css

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

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

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