#423353

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

Shades of Jagger #423353

Tints of Jagger #423353

Color information

#423353 (or 0x423353) is unknown color: approx Jagger. HEX triplet: 42, 33 and 53. RGB value is (66,51,83). Sum of RGB (Red+Green+Blue) = 66+51+83=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #423353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423353 is #BDCCAC. Grayscale: #3B3B3B. Windows color (decimal): -12438701 or 5452610. OLE color: 5452610.

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

Color convert

RGB665183-
CMYK0.200.3900.67
HSL268.12º23.88%26.27%-
HSV(B)268.12º38.55%32.55%-
XYZ4.994.158.72-
YUV59.13141.47132.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=33%
G=25.5%
B=41.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6651830.200.3900.67268.1223.8826.27
Hex423353142704310c181a
Octal10263123244701034143032
Binary1000010110011101001110100100111010000111000011001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423353; }

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

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

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

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

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

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

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

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