#36214B

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

Shades of Jagger #36214B

Tints of Jagger #36214B

Color information

#36214B (or 0x36214B) is unknown color: approx Jagger. HEX triplet: 36, 21 and 4B. RGB value is (54,33,75). Sum of RGB (Red+Green+Blue) = 54+33+75=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #36214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36214B is #C9DEB4. Grayscale: #2B2B2B. Windows color (decimal): -13229749 or 4923702. OLE color: 4923702.

HSL color Cylindrical-coordinate representation of color #36214B: hue angle of 270º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36214B is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB543375-
CMYK0.280.5600.71
HSL270º38.89%21.18%-
HSV(B)270º56%29.41%-
XYZ3.342.386.94-
YUV44.07145.46135.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=33.33%
G=20.37%
B=46.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5433750.280.5600.7127038.8921.18
Hex36214B1C3804710e2715
Octal6641113347001074164725
Binary1101101000011001011111001110000100011110000111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36214B; }

 p { color: rgb(54,33,75); }

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

<style>
 a { background-color: #36214B; }

 a { background-color: rgb(54,33,75); }

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

<style>
 span { border-color: #36214B; }

 span { border-color: rgb(54,33,75); }

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