Html Css Color HEX #050D24 Black Russian

📋 copy color: '#050D24'

red 5 ◦ green 13 ◦ blue 36

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

Shades of Black Russian #050D24

Tints of Black Russian #050D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 24.07%

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

R = 9.26%
G = 24.07%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#050D24 (or 0x050D24) is known color: Black Russian. HEX triplet: 05, 0D and 24. RGB value is (5,13,36). Sum of RGB (Red+Green+Blue) = 5+13+36=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 36 (14.45% from 255 or 66.67% from 54); Max value from RGB is 36 - color contains mainly: blue. Hex color #050D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D24 is #FAF2DB. Grayscale: #0D0D0D. Windows color (decimal): -16446172 or 2362629. OLE color: 2362629.

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

Color convert

RGB 5 13 36 -
CMYK 0.86 0.64 0 0.86
HSL 224.52º 0.76% 0.08% -
HSV(B) 224.52º 0.86% 0.14% -
XYZ 0.52 0.45 1.73 -
YUV 13.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 5 13 36 0.86 0.64 0 0.86 224.52 0.76 0.08
Hex 5 D 24 56 40 0 56 E1 4C 8
Octal 5 15 44 126 100 0 126 341 114 10
Binary 101 1101 100100 1010110 1000000 0 1010110 11100001 1001100 1000

Color Harmonies of #050D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D24

Black with #050D24

Text Example


Text Example

White with #050D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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