Html Css Color HEX #050F25 Black Russian

📋 copy color: '#050F25'

red 5 ◦ green 15 ◦ blue 37

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

Shades of Black Russian #050F25

Tints of Black Russian #050F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 26.32%

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

R = 8.77%
G = 26.32%
B = 64.91%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050F25 (or 0x050F25) is known color: Black Russian. HEX triplet: 05, 0F and 25. RGB value is (5,15,37). Sum of RGB (Red+Green+Blue) = 5+15+37=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #050F25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F25 is #FAF0DA. Grayscale: #0E0E0E. Windows color (decimal): -16445659 or 2428677. OLE color: 2428677.

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

Color convert

RGB 5 15 37 -
CMYK 0.86 0.59 0 0.85
HSL 221.25º 0.76% 0.08% -
HSV(B) 221.25º 0.86% 0.15% -
XYZ 0.57 0.51 1.82 -
YUV 14.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 5 15 37 0.86 0.59 0 0.85 221.25 0.76 0.08
Hex 5 F 25 56 3B 0 55 DD 4C 8
Octal 5 17 45 126 73 0 125 335 114 10
Binary 101 1111 100101 1010110 111011 0 1010101 11011101 1001100 1000

Color Harmonies of #050F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F25

Black with #050F25

Text Example


Text Example

White with #050F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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