#423347

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

Shades of Jagger #423347

Tints of Jagger #423347

Color information

#423347 (or 0x423347) is unknown color: approx Jagger. HEX triplet: 42, 33 and 47. RGB value is (66,51,71). Sum of RGB (Red+Green+Blue) = 66+51+71=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 71 - color contains mainly: blue. Hex color #423347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423347 is #BDCCB8. Grayscale: #393939. Windows color (decimal): -12438713 or 4666178. OLE color: 4666178.

HSL color Cylindrical-coordinate representation of color #423347: hue angle of 285º 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 #423347 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB665171-
CMYK0.070.2800.72
HSL285º16.39%23.92%-
HSV(B)285º28.17%27.84%-
XYZ4.573.986.49-
YUV57.76135.47133.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=35.11%
G=27.13%
B=37.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6651710.070.2800.7228516.3923.92
Hex42334771C04811d1018
Octal1026310773401104352030
Binary1000010110011100011111111100010010001000111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423347; }

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

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

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

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

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

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

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

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