Html Css Color HEX #041028 Black Russian

📋 copy color: '#041028'

red 4 ◦ green 16 ◦ blue 40

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

Shades of Black Russian #041028

Tints of Black Russian #041028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 26.67%

 BLUE value IS 40 (16.02% from 255) = 66.67%

R = 6.67%
G = 26.67%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#041028 (or 0x041028) is known color: Black Russian. HEX triplet: 04, 10 and 28. RGB value is (4,16,40). Sum of RGB (Red+Green+Blue) = 4+16+40=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #041028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041028 is #FBEFD7. Grayscale: #0F0F0F. Windows color (decimal): -16510936 or 2625540. OLE color: 2625540.

HSL color Cylindrical-coordinate representation of color #041028: hue angle of 220º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041028 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 16 40 -
CMYK 0.90 0.60 0 0.84
HSL 220º 0.82% 0.09% -
HSV(B) 220º 0.9% 0.16% -
XYZ 0.62 0.55 2.08 -
YUV 15.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 4 16 40 0.90 0.60 0 0.84 220 0.82 0.09
Hex 4 10 28 5A 3C 0 54 DC 52 9
Octal 4 20 50 132 74 0 124 334 122 11
Binary 100 10000 101000 1011010 111100 0 1010100 11011100 1010010 1001

Color Harmonies of #041028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041028

Black with #041028

Text Example


Text Example

White with #041028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041028; }

 p { color: rgb(4,16,40); }

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

background-color css

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

 a { background-color: rgb(4,16,40); }

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

border-color css

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

 span { border-color: rgb(4,16,40); }

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