#423253

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

Shades of Jagger #423253

Tints of Jagger #423253

Color information

#423253 (or 0x423253) is unknown color: approx Jagger. HEX triplet: 42, 32 and 53. RGB value is (66,50,83). Sum of RGB (Red+Green+Blue) = 66+50+83=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #423253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423253 is #BDCDAC. Grayscale: #3A3A3A. Windows color (decimal): -12438957 or 5452354. OLE color: 5452354.

HSL color Cylindrical-coordinate representation of color #423253: hue angle of 269.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #423253 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB665083-
CMYK0.200.4000.67
HSL269.09º24.81%26.08%-
HSV(B)269.09º39.76%32.55%-
XYZ4.954.068.71-
YUV58.55141.8133.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=33.17%
G=25.13%
B=41.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6650830.200.4000.67269.0924.8126.08
Hex423253142804310d191a
Octal10262123245001034153132
Binary1000010110010101001110100101000010000111000011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423253; }

 p { color: rgb(66,50,83); }

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

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

 a { background-color: rgb(66,50,83); }

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

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

 span { border-color: rgb(66,50,83); }

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