#36234A

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

Shades of Jagger #36234A

Tints of Jagger #36234A

Color information

#36234A (or 0x36234A) is unknown color: approx Jagger. HEX triplet: 36, 23 and 4A. RGB value is (54,35,74). Sum of RGB (Red+Green+Blue) = 54+35+74=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #36234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36234A is #C9DCB5. Grayscale: #2C2C2C. Windows color (decimal): -13229238 or 4858678. OLE color: 4858678.

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

Color convert

RGB543574-
CMYK0.270.5300.71
HSL269.23º35.78%21.37%-
HSV(B)269.23º52.7%29.02%-
XYZ3.362.486.78-
YUV45.13144.29134.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=33.13%
G=21.47%
B=45.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5435740.270.5300.71269.2335.7821.37
Hex36234A1B3504710d2415
Octal6643112336501074154425
Binary1101101000111001010110111101010100011110000110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36234A; }

 p { color: rgb(54,35,74); }

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

<style>
 a { background-color: #36234A; }

 a { background-color: rgb(54,35,74); }

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

<style>
 span { border-color: #36234A; }

 span { border-color: rgb(54,35,74); }

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