#42374B

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

Shades of Jagger #42374B

Tints of Jagger #42374B

Color information

#42374B (or 0x42374B) is unknown color: approx Jagger. HEX triplet: 42, 37 and 4B. RGB value is (66,55,75). Sum of RGB (Red+Green+Blue) = 66+55+75=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #42374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42374B is #BDC8B4. Grayscale: #3C3C3C. Windows color (decimal): -12437685 or 4929346. OLE color: 4929346.

HSL color Cylindrical-coordinate representation of color #42374B: hue angle of 273º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42374B is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB665575-
CMYK0.120.2700.71
HSL273º15.38%25.49%-
HSV(B)273º26.67%29.41%-
XYZ4.884.47.25-
YUV60.57136.14131.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=33.67%
G=28.06%
B=38.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6655750.120.2700.7127315.3825.49
Hex42374BC1B047111f19
Octal10267113143301074211731
Binary1000010110111100101111001101101000111100010001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42374B; }

 p { color: rgb(66,55,75); }

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

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

 a { background-color: rgb(66,55,75); }

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

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

 span { border-color: rgb(66,55,75); }

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