#423348

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

Shades of Jagger #423348

Tints of Jagger #423348

Color information

#423348 (or 0x423348) is unknown color: approx Jagger. HEX triplet: 42, 33 and 48. RGB value is (66,51,72). Sum of RGB (Red+Green+Blue) = 66+51+72=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #423348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423348 is #BDCCB7. Grayscale: #393939. Windows color (decimal): -12438712 or 4731714. OLE color: 4731714.

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

Color convert

RGB665172-
CMYK0.080.2900.72
HSL282.86º17.07%24.12%-
HSV(B)282.86º29.17%28.24%-
XYZ4.63.996.66-
YUV57.88135.97133.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=34.92%
G=26.98%
B=38.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6651720.080.2900.72282.8617.0724.12
Hex42334881D04811b1118
Octal10263110103501104332130
Binary10000101100111001000100011101010010001000110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423348; }

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

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

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

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

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

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

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

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