Html Css Color HEX #040133 Black Russian

📋 copy color: '#040133'

red 4 ◦ green 1 ◦ blue 51

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

Shades of Black Russian #040133

Tints of Black Russian #040133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 91.07%

R = 7.14%
G = 1.79%
B = 91.07%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#040133 (or 0x040133) is known color: Black Russian. HEX triplet: 04, 01 and 33. RGB value is (4,1,51). Sum of RGB (Red+Green+Blue) = 4+1+51=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 51 (20.31% from 255 or 91.07% from 56); Max value from RGB is 51 - color contains mainly: blue. Hex color #040133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040133 is #FBFECC. Grayscale: #070707. Windows color (decimal): -16514765 or 3342596. OLE color: 3342596.

HSL color Cylindrical-coordinate representation of color #040133: hue angle of 243.6º 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 #040133 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 4 1 51 -
CMYK 0.92 0.98 0 0.8
HSL 243.6º 0.96% 0.1% -
HSV(B) 243.6º 0.98% 0.2% -
XYZ 0.66 0.29 3.15 -
YUV 7.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 4 1 51 0.92 0.98 0 0.8 243.6 0.96 0.1
Hex 4 1 33 5C 62 0 50 F4 60 A
Octal 4 1 63 134 142 0 120 364 140 12
Binary 100 1 110011 1011100 1100010 0 1010000 11110100 1100000 1010

Color Harmonies of #040133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040133

Black with #040133

Text Example


Text Example

White with #040133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040133; }

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

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

background-color css

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

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

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

border-color css

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

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

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