Html Css Color HEX #040134 Black Russian

📋 copy color: '#040134'

red 4 ◦ green 1 ◦ blue 52

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

Shades of Black Russian #040134

Tints of Black Russian #040134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 91.23%

R = 7.02%
G = 1.75%
B = 91.23%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#040134 (or 0x040134) is known color: Black Russian. HEX triplet: 04, 01 and 34. RGB value is (4,1,52). Sum of RGB (Red+Green+Blue) = 4+1+52=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 52 (20.70% from 255 or 91.23% from 57); Max value from RGB is 52 - color contains mainly: blue. Hex color #040134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040134 is #FBFECB. Grayscale: #070707. Windows color (decimal): -16514764 or 3408132. OLE color: 3408132.

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

Color convert

RGB 4 1 52 -
CMYK 0.92 0.98 0 0.80
HSL 243.53º 0.96% 0.1% -
HSV(B) 243.53º 0.98% 0.2% -
XYZ 0.68 0.3 3.27 -
YUV 7.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 4 1 52 0.92 0.98 0 0.80 243.53 0.96 0.1
Hex 4 1 34 5C 62 0 50 F4 60 A
Octal 4 1 64 134 142 0 120 364 140 12
Binary 100 1 110100 1011100 1100010 0 1010000 11110100 1100000 1010

Color Harmonies of #040134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040134

Black with #040134

Text Example


Text Example

White with #040134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040134; }

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

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

background-color css

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

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

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

border-color css

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

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

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