#42334B

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

Shades of Jagger #42334B

Tints of Jagger #42334B

Color information

#42334B (or 0x42334B) is unknown color: approx Jagger. HEX triplet: 42, 33 and 4B. RGB value is (66,51,75). Sum of RGB (Red+Green+Blue) = 66+51+75=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #42334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42334B is #BDCCB4. Grayscale: #3A3A3A. Windows color (decimal): -12438709 or 4928322. OLE color: 4928322.

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

Color convert

RGB665175-
CMYK0.120.3200.71
HSL277.5º19.05%24.71%-
HSV(B)277.5º32%29.41%-
XYZ4.74.037.19-
YUV58.22137.47133.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=34.38%
G=26.56%
B=39.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6651750.120.3200.71277.519.0524.71
Hex42334BC200471161319
Octal10263113144001074262331
Binary100001011001110010111100100000010001111000101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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