Html Css Color HEX #040D25 Black Russian

📋 copy color: '#040D25'

red 4 ◦ green 13 ◦ blue 37

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

Shades of Black Russian #040D25

Tints of Black Russian #040D25

RGB

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

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

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

R = 7.41%
G = 24.07%
B = 68.52%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#040D25 (or 0x040D25) is known color: Black Russian. HEX triplet: 04, 0D and 25. RGB value is (4,13,37). Sum of RGB (Red+Green+Blue) = 4+13+37=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #040D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D25 is #FBF2DA. Grayscale: #0C0C0C. Windows color (decimal): -16511707 or 2428164. OLE color: 2428164.

HSL color Cylindrical-coordinate representation of color #040D25: hue angle of 223.64º 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 #040D25 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 13 37 -
CMYK 0.89 0.65 0 0.85
HSL 223.64º 0.8% 0.08% -
HSV(B) 223.64º 0.89% 0.15% -
XYZ 0.53 0.45 1.81 -
YUV 13.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 4 13 37 0.89 0.65 0 0.85 223.64 0.8 0.08
Hex 4 D 25 59 41 0 55 E0 50 8
Octal 4 15 45 131 101 0 125 340 120 10
Binary 100 1101 100101 1011001 1000001 0 1010101 11100000 1010000 1000

Color Harmonies of #040D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D25

Black with #040D25

Text Example


Text Example

White with #040D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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