Html Css Color HEX #040525 Black Russian

📋 copy color: '#040525'

red 4 ◦ green 5 ◦ blue 37

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

Shades of Black Russian #040525

Tints of Black Russian #040525

RGB

 RED value IS 4 (1.95% from 255) = 8.7%

 GREEN value IS 5 (2.34% from 255) = 10.87%

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

R = 8.7%
G = 10.87%
B = 80.43%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#040525 (or 0x040525) is known color: Black Russian. HEX triplet: 04, 05 and 25. RGB value is (4,5,37). Sum of RGB (Red+Green+Blue) = 4+5+37=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 37 (14.84% from 255 or 80.43% from 46); Max value from RGB is 37 - color contains mainly: blue. Hex color #040525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040525 is #FBFADA. Grayscale: #080808. Windows color (decimal): -16513755 or 2426116. OLE color: 2426116.

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

Color convert

RGB 4 5 37 -
CMYK 0.89 0.86 0 0.85
HSL 238.18º 0.8% 0.08% -
HSV(B) 238.18º 0.89% 0.15% -
XYZ 0.44 0.27 1.78 -
YUV 8.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 4 5 37 0.89 0.86 0 0.85 238.18 0.8 0.08
Hex 4 5 25 59 56 0 55 EE 50 8
Octal 4 5 45 131 126 0 125 356 120 10
Binary 100 101 100101 1011001 1010110 0 1010101 11101110 1010000 1000

Color Harmonies of #040525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040525

Black with #040525

Text Example


Text Example

White with #040525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040525; }

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

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

background-color css

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

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

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

border-color css

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

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

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