#36283F

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

Shades of Jagger #36283F

Tints of Jagger #36283F

Color information

#36283F (or 0x36283F) is unknown color: approx Jagger. HEX triplet: 36, 28 and 3F. RGB value is (54,40,63). Sum of RGB (Red+Green+Blue) = 54+40+63=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #36283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36283F is #C9D7C0. Grayscale: #2E2E2E. Windows color (decimal): -13227969 or 4139062. OLE color: 4139062.

HSL color Cylindrical-coordinate representation of color #36283F: hue angle of 276.52º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #36283F is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB544063-
CMYK0.140.3700.75
HSL276.52º22.33%20.2%-
HSV(B)276.52º36.51%24.71%-
XYZ3.182.665.05-
YUV46.81137.14133.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 63 (25% from 255) = 40.13%
R=34.39%
G=25.48%
B=40.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5440630.140.3700.75276.5222.3320.2
Hex36283FE2504B1151614
Octal665077164501134252624
Binary1101101010001111111110100101010010111000101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36283F; }

 p { color: rgb(54,40,63); }

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

<style>
 a { background-color: #36283F; }

 a { background-color: rgb(54,40,63); }

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

<style>
 span { border-color: #36283F; }

 span { border-color: rgb(54,40,63); }

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