#424043

Color #424043 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #424043

Tints of Jagger #424043

Color information

#424043 (or 0x424043) is unknown color: approx Jagger. HEX triplet: 42, 40 and 43. RGB value is (66,64,67). Sum of RGB (Red+Green+Blue) = 66+64+67=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 67 - color contains mainly: blue. Hex color #424043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424043 is #BDBFBC. Grayscale: #404040. Windows color (decimal): -12435389 or 4407362. OLE color: 4407362.

HSL color Cylindrical-coordinate representation of color #424043: hue angle of 280º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #424043 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB666467-
CMYK0.010.0400.74
HSL280º2.29%25.69%-
HSV(B)280º4.48%26.27%-
XYZ5.095.236.05-
YUV64.94129.16128.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=33.50%
G=32.49%
B=34.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6664670.010.0400.742802.2925.69
Hex4240431404A11821a
Octal102100103140112430232
Binary1000010100000010000111100010010101000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424043; }

 p { color: rgb(66,64,67); }

 H1.HeaderClassName
 {
   color: #424043;
 }
 .AnyTagClassName
 {
   color: #424043;
 }
</style>
background-color css

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

 a { background-color: rgb(66,64,67); }

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

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

 span { border-color: rgb(66,64,67); }

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