Html Css Color HEX #040131 Black Russian

📋 copy color: '#040131'

red 4 ◦ green 1 ◦ blue 49

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

Shades of Black Russian #040131

Tints of Black Russian #040131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.85%

 BLUE value IS 49 (19.53% from 255) = 90.74%

R = 7.41%
G = 1.85%
B = 90.74%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#040131 (or 0x040131) is known color: Black Russian. HEX triplet: 04, 01 and 31. RGB value is (4,1,49). Sum of RGB (Red+Green+Blue) = 4+1+49=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 49 (19.53% from 255 or 90.74% from 54); Max value from RGB is 49 - color contains mainly: blue. Hex color #040131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040131 is #FBFECE. Grayscale: #070707. Windows color (decimal): -16514767 or 3211524. OLE color: 3211524.

HSL color Cylindrical-coordinate representation of color #040131: hue angle of 243.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040131 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 1 49 -
CMYK 0.92 0.98 0 0.81
HSL 243.75º 0.96% 0.1% -
HSV(B) 243.75º 0.98% 0.19% -
XYZ 0.62 0.27 2.93 -
YUV 7.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 4 1 49 0.92 0.98 0 0.81 243.75 0.96 0.1
Hex 4 1 31 5C 62 0 51 F4 60 A
Octal 4 1 61 134 142 0 121 364 140 12
Binary 100 1 110001 1011100 1100010 0 1010001 11110100 1100000 1010

Color Harmonies of #040131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040131

Black with #040131

Text Example


Text Example

White with #040131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040131; }

 p { color: rgb(4,1,49); }

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

background-color css

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

 a { background-color: rgb(4,1,49); }

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

border-color css

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

 span { border-color: rgb(4,1,49); }

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