#423048

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

Shades of Jagger #423048

Tints of Jagger #423048

Color information

#423048 (or 0x423048) is unknown color: approx Jagger. HEX triplet: 42, 30 and 48. RGB value is (66,48,72). Sum of RGB (Red+Green+Blue) = 66+48+72=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #423048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423048 is #BDCFB7. Grayscale: #383838. Windows color (decimal): -12439480 or 4730946. OLE color: 4730946.

HSL color Cylindrical-coordinate representation of color #423048: hue angle of 285º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #423048 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB664872-
CMYK0.080.3300.72
HSL285º20%23.53%-
HSV(B)285º33.33%28.24%-
XYZ4.473.746.62-
YUV56.12136.96135.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=35.48%
G=25.81%
B=38.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6648720.080.3300.722852023.53
Hex42304882104811d1418
Octal10260110104101104352430
Binary100001011000010010001000100001010010001000111011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423048; }

 p { color: rgb(66,48,72); }

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

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

 a { background-color: rgb(66,48,72); }

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

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

 span { border-color: rgb(66,48,72); }

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