Html Css Color HEX #050D25 Black Russian

📋 copy color: '#050D25'

red 5 ◦ green 13 ◦ blue 37

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

Shades of Black Russian #050D25

Tints of Black Russian #050D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 67.27%

R = 9.09%
G = 23.64%
B = 67.27%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050D25 (or 0x050D25) is known color: Black Russian. HEX triplet: 05, 0D and 25. RGB value is (5,13,37). Sum of RGB (Red+Green+Blue) = 5+13+37=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 37 (14.84% from 255 or 67.27% from 55); Max value from RGB is 37 - color contains mainly: blue. Hex color #050D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D25 is #FAF2DA. Grayscale: #0D0D0D. Windows color (decimal): -16446171 or 2428165. OLE color: 2428165.

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

Color convert

RGB 5 13 37 -
CMYK 0.86 0.65 0 0.85
HSL 225º 0.76% 0.08% -
HSV(B) 225º 0.86% 0.15% -
XYZ 0.54 0.45 1.81 -
YUV 13.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 5 13 37 0.86 0.65 0 0.85 225 0.76 0.08
Hex 5 D 25 56 41 0 55 E1 4C 8
Octal 5 15 45 126 101 0 125 341 114 10
Binary 101 1101 100101 1010110 1000001 0 1010101 11100001 1001100 1000

Color Harmonies of #050D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D25

Black with #050D25

Text Example


Text Example

White with #050D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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