Html Css Color HEX #050E24 Black Russian

📋 copy color: '#050E24'

red 5 ◦ green 14 ◦ blue 36

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

Shades of Black Russian #050E24

Tints of Black Russian #050E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25.45%

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

R = 9.09%
G = 25.45%
B = 65.45%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#050E24 (or 0x050E24) is known color: Black Russian. HEX triplet: 05, 0E and 24. RGB value is (5,14,36). Sum of RGB (Red+Green+Blue) = 5+14+36=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #050E24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E24 is #FAF1DB. Grayscale: #0D0D0D. Windows color (decimal): -16445916 or 2362885. OLE color: 2362885.

HSL color Cylindrical-coordinate representation of color #050E24: hue angle of 222.58º 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 #050E24 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 14 36 -
CMYK 0.86 0.61 0 0.86
HSL 222.58º 0.76% 0.08% -
HSV(B) 222.58º 0.86% 0.14% -
XYZ 0.54 0.47 1.73 -
YUV 13.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 5 14 36 0.86 0.61 0 0.86 222.58 0.76 0.08
Hex 5 E 24 56 3D 0 56 DF 4C 8
Octal 5 16 44 126 75 0 126 337 114 10
Binary 101 1110 100100 1010110 111101 0 1010110 11011111 1001100 1000

Color Harmonies of #050E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E24

Black with #050E24

Text Example


Text Example

White with #050E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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