Html Css Color HEX #050025 Black Russian

📋 copy color: '#050025'

red 5 ◦ green 0 ◦ blue 37

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

Shades of Black Russian #050025

Tints of Black Russian #050025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 11.9%
G = 0%
B = 88.1%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#050025 (or 0x050025) is known color: Black Russian. HEX triplet: 05, 00 and 25. RGB value is (5,0,37). Sum of RGB (Red+Green+Blue) = 5+0+37=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 37 (14.84% from 255 or 88.10% from 42); Max value from RGB is 37 - color contains mainly: blue. Hex color #050025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050025 is #FAFFDA. Grayscale: #050505. Windows color (decimal): -16449499 or 2424837. OLE color: 2424837.

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

Color convert

RGB 5 0 37 -
CMYK 0.86 1 0 0.85
HSL 248.11º 1% 0.07% -
HSV(B) 248.11º 1% 0.15% -
XYZ 0.4 0.17 1.76 -
YUV 5.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 5 0 37 0.86 1 0 0.85 248.11 1 0.07
Hex 5 0 25 56 64 0 55 F8 64 7
Octal 5 0 45 126 144 0 125 370 144 7
Binary 101 0 100101 1010110 1100100 0 1010101 11111000 1100100 111

Color Harmonies of #050025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050025

Black with #050025

Text Example


Text Example

White with #050025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050025; }

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

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

background-color css

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

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

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

border-color css

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

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

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