#3D3840

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

Shades of Jagger #3D3840

Tints of Jagger #3D3840

Color information

#3D3840 (or 0x3D3840) is unknown color: approx Jagger. HEX triplet: 3D, 38 and 40. RGB value is (61,56,64). Sum of RGB (Red+Green+Blue) = 61+56+64=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D3840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3840 is #C2C7BF. Grayscale: #3A3A3A. Windows color (decimal): -12765120 or 4208701. OLE color: 4208701.

HSL color Cylindrical-coordinate representation of color #3D3840: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D3840 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB615664-
CMYK0.050.1300.75
HSL277.5º6.67%23.53%-
HSV(B)277.5º12.5%25.1%-
XYZ4.264.195.43-
YUV58.41131.16129.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.70%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=33.70%
G=30.94%
B=35.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6156640.050.1300.75277.56.6723.53
Hex3D38405D04B116718
Octal75701005150113426730
Binary111101111000100000010111010100101110001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,56,64); }

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

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

 a { background-color: rgb(61,56,64); }

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

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

 span { border-color: rgb(61,56,64); }

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