#383739

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

Shades of Jagger #383739

Tints of Jagger #383739

Color information

#383739 (or 0x383739) is unknown color: approx Jagger. HEX triplet: 38, 37 and 39. RGB value is (56,55,57). Sum of RGB (Red+Green+Blue) = 56+55+57=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 57 - color contains mainly: blue. Hex color #383739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383739 is #C7C8C6. Grayscale: #373737. Windows color (decimal): -13093063 or 3749688. OLE color: 3749688.

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

Color convert

RGB565557-
CMYK0.020.0400.78
HSL270º1.79%21.96%-
HSV(B)270º3.51%22.35%-
XYZ3.743.874.42-
YUV55.53128.83128.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 57 (22.66% from 255) = 33.93%
R=33.33%
G=32.74%
B=33.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5655570.020.0400.782701.7921.96
Hex3837392404E10e216
Octal706771240116416226
Binary11100011011111100110100010011101000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383739; }

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

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

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

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

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

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

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

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