#3E234B

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

Shades of Jagger #3E234B

Tints of Jagger #3E234B

Color information

#3E234B (or 0x3E234B) is unknown color: approx Jagger. HEX triplet: 3E, 23 and 4B. RGB value is (62,35,75). Sum of RGB (Red+Green+Blue) = 62+35+75=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E234B is #C1DCB4. Grayscale: #2F2F2F. Windows color (decimal): -12704949 or 4924222. OLE color: 4924222.

HSL color Cylindrical-coordinate representation of color #3E234B: hue angle of 280.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E234B is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB623575-
CMYK0.170.5300.71
HSL280.5º36.36%21.57%-
HSV(B)280.5º53.33%29.41%-
XYZ3.862.736.98-
YUV47.63143.45138.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.05%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=36.05%
G=20.35%
B=43.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6235750.170.5300.71280.536.3621.57
Hex3E234B11350471182416
Octal7643113216501074304426
Binary1111101000111001011100011101010100011110001100010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E234B; }

 p { color: rgb(62,35,75); }

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

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

 a { background-color: rgb(62,35,75); }

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

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

 span { border-color: rgb(62,35,75); }

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