Html Css Color HEX #040325 Black Russian

📋 copy color: '#040325'

red 4 ◦ green 3 ◦ blue 37

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

Shades of Black Russian #040325

Tints of Black Russian #040325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.82%

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

R = 9.09%
G = 6.82%
B = 84.09%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#040325 (or 0x040325) is known color: Black Russian. HEX triplet: 04, 03 and 25. RGB value is (4,3,37). Sum of RGB (Red+Green+Blue) = 4+3+37=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 37 (14.84% from 255 or 84.09% from 44); Max value from RGB is 37 - color contains mainly: blue. Hex color #040325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040325 is #FBFCDA. Grayscale: #070707. Windows color (decimal): -16514267 or 2425604. OLE color: 2425604.

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

Color convert

RGB 4 3 37 -
CMYK 0.89 0.92 0 0.85
HSL 241.76º 0.85% 0.08% -
HSV(B) 241.76º 0.92% 0.15% -
XYZ 0.42 0.22 1.77 -
YUV 7.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 4 3 37 0.89 0.92 0 0.85 241.76 0.85 0.08
Hex 4 3 25 59 5C 0 55 F2 55 8
Octal 4 3 45 131 134 0 125 362 125 10
Binary 100 11 100101 1011001 1011100 0 1010101 11110010 1010101 1000

Color Harmonies of #040325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040325

Black with #040325

Text Example


Text Example

White with #040325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040325; }

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

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

background-color css

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

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

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

border-color css

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

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

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