#363438

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

Shades of Jagger #363438

Tints of Jagger #363438

Color information

#363438 (or 0x363438) is unknown color: approx Jagger. HEX triplet: 36, 34 and 38. RGB value is (54,52,56). Sum of RGB (Red+Green+Blue) = 54+52+56=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 56 - color contains mainly: blue. Hex color #363438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363438 is #C9CBC7. Grayscale: #353535. Windows color (decimal): -13224904 or 3683382. OLE color: 3683382.

HSL color Cylindrical-coordinate representation of color #363438: hue angle of 270º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #363438 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB545256-
CMYK0.040.0700.78
HSL270º3.7%21.18%-
HSV(B)270º7.14%21.96%-
XYZ3.463.534.24-
YUV53.05129.66128.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=33.33%
G=32.10%
B=34.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5452560.040.0700.782703.721.18
Hex3634384704E10e415
Octal666470470116416425
Binary1101101101001110001001110100111010000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363438; }

 p { color: rgb(54,52,56); }

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

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

 a { background-color: rgb(54,52,56); }

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

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

 span { border-color: rgb(54,52,56); }

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