#423448

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

Shades of Jagger #423448

Tints of Jagger #423448

Color information

#423448 (or 0x423448) is unknown color: approx Jagger. HEX triplet: 42, 34 and 48. RGB value is (66,52,72). Sum of RGB (Red+Green+Blue) = 66+52+72=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #423448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423448 is #BDCBB7. Grayscale: #3A3A3A. Windows color (decimal): -12438456 or 4731970. OLE color: 4731970.

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

Color convert

RGB665272-
CMYK0.080.2800.72
HSL282º16.13%24.31%-
HSV(B)282º27.78%28.24%-
XYZ4.644.086.67-
YUV58.47135.64133.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=34.74%
G=27.37%
B=37.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6652720.080.2800.7228216.1324.31
Hex42344881C04811a1018
Octal10264110103401104322030
Binary10000101101001001000100011100010010001000110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423448; }

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

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

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

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

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

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

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

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