Html Css Color HEX #050924 Black Russian

📋 copy color: '#050924'

red 5 ◦ green 9 ◦ blue 36

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

Shades of Black Russian #050924

Tints of Black Russian #050924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 72%

R = 10%
G = 18%
B = 72%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#050924 (or 0x050924) is known color: Black Russian. HEX triplet: 05, 09 and 24. RGB value is (5,9,36). Sum of RGB (Red+Green+Blue) = 5+9+36=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 36 (14.45% from 255 or 72% from 50); Max value from RGB is 36 - color contains mainly: blue. Hex color #050924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050924 is #FAF6DB. Grayscale: #0A0A0A. Windows color (decimal): -16447196 or 2361605. OLE color: 2361605.

HSL color Cylindrical-coordinate representation of color #050924: hue angle of 232.26º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #050924 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 9 36 -
CMYK 0.86 0.75 0 0.86
HSL 232.26º 0.76% 0.08% -
HSV(B) 232.26º 0.86% 0.14% -
XYZ 0.48 0.36 1.71 -
YUV 10.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 5 9 36 0.86 0.75 0 0.86 232.26 0.76 0.08
Hex 5 9 24 56 4B 0 56 E8 4C 8
Octal 5 11 44 126 113 0 126 350 114 10
Binary 101 1001 100100 1010110 1001011 0 1010110 11101000 1001100 1000

Color Harmonies of #050924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050924

Black with #050924

Text Example


Text Example

White with #050924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050924; }

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

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

background-color css

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

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

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

border-color css

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

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

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