Html Css Color HEX #050D28 Black Russian

📋 copy color: '#050D28'

red 5 ◦ green 13 ◦ blue 40

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

Shades of Black Russian #050D28

Tints of Black Russian #050D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 68.97%

R = 8.62%
G = 22.41%
B = 68.97%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#050D28 (or 0x050D28) is known color: Black Russian. HEX triplet: 05, 0D and 28. RGB value is (5,13,40). Sum of RGB (Red+Green+Blue) = 5+13+40=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #050D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D28 is #FAF2D7. Grayscale: #0D0D0D. Windows color (decimal): -16446168 or 2624773. OLE color: 2624773.

HSL color Cylindrical-coordinate representation of color #050D28: hue angle of 226.29º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050D28 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 13 40 -
CMYK 0.88 0.67 0 0.84
HSL 226.29º 0.78% 0.09% -
HSV(B) 226.29º 0.88% 0.16% -
XYZ 0.59 0.47 2.07 -
YUV 13.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 5 13 40 0.88 0.67 0 0.84 226.29 0.78 0.09
Hex 5 D 28 58 43 0 54 E2 4E 9
Octal 5 15 50 130 103 0 124 342 116 11
Binary 101 1101 101000 1011000 1000011 0 1010100 11100010 1001110 1001

Color Harmonies of #050D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D28

Black with #050D28

Text Example


Text Example

White with #050D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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