#3D234B

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

Shades of Jagger #3D234B

Tints of Jagger #3D234B

Color information

#3D234B (or 0x3D234B) is unknown color: approx Jagger. HEX triplet: 3D, 23 and 4B. RGB value is (61,35,75). Sum of RGB (Red+Green+Blue) = 61+35+75=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D234B is #C2DCB4. Grayscale: #2F2F2F. Windows color (decimal): -12770485 or 4924221. OLE color: 4924221.

HSL color Cylindrical-coordinate representation of color #3D234B: hue angle of 279º 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 #3D234B is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB613575-
CMYK0.190.5300.71
HSL279º36.36%21.57%-
HSV(B)279º53.33%29.41%-
XYZ3.82.76.98-
YUV47.33143.61137.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.67%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=35.67%
G=20.47%
B=43.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6135750.190.5300.7127936.3621.57
Hex3D234B13350471172416
Octal7543113236501074274426
Binary1111011000111001011100111101010100011110001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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