#42384B

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

Shades of Jagger #42384B

Tints of Jagger #42384B

Color information

#42384B (or 0x42384B) is unknown color: approx Jagger. HEX triplet: 42, 38 and 4B. RGB value is (66,56,75). Sum of RGB (Red+Green+Blue) = 66+56+75=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #42384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42384B is #BDC7B4. Grayscale: #3D3D3D. Windows color (decimal): -12437429 or 4929602. OLE color: 4929602.

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

Color convert

RGB665675-
CMYK0.120.2500.71
HSL271.58º14.5%25.69%-
HSV(B)271.58º25.33%29.41%-
XYZ4.934.497.26-
YUV61.16135.81131.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=33.50%
G=28.43%
B=38.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6656750.120.2500.71271.5814.525.69
Hex42384BC19047110f1a
Octal10270113143101074201732
Binary1000010111000100101111001100101000111100010000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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