#383639

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

Shades of Jagger #383639

Tints of Jagger #383639

Color information

#383639 (or 0x383639) is unknown color: approx Jagger. HEX triplet: 38, 36 and 39. RGB value is (56,54,57). Sum of RGB (Red+Green+Blue) = 56+54+57=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 57 - color contains mainly: blue. Hex color #383639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383639 is #C7C9C6. Grayscale: #363636. Windows color (decimal): -13093319 or 3749432. OLE color: 3749432.

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

Color convert

RGB565457-
CMYK0.020.0500.78
HSL280º2.7%21.76%-
HSV(B)280º5.26%22.35%-
XYZ3.693.774.41-
YUV54.94129.16128.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=33.53%
G=32.34%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5654570.020.0500.782802.721.76
Hex3836392504E118316
Octal706671250116430326
Binary11100011011011100110101010011101000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383639; }

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

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

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

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

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

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

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

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