#423350

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

Shades of Jagger #423350

Tints of Jagger #423350

Color information

#423350 (or 0x423350) is unknown color: approx Jagger. HEX triplet: 42, 33 and 50. RGB value is (66,51,80). Sum of RGB (Red+Green+Blue) = 66+51+80=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #423350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423350 is #BDCCAF. Grayscale: #3A3A3A. Windows color (decimal): -12438704 or 5256002. OLE color: 5256002.

HSL color Cylindrical-coordinate representation of color #423350: hue angle of 271.03º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #423350 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB665180-
CMYK0.170.3600.69
HSL271.03º22.14%25.69%-
HSV(B)271.03º36.25%31.37%-
XYZ4.884.118.12-
YUV58.79139.97133.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=33.50%
G=25.89%
B=40.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6651800.170.3600.69271.0322.1425.69
Hex423350112404510f161a
Octal10263120214401054172632
Binary1000010110011101000010001100100010001011000011111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423350; }

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

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

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

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

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

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

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

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