#38333B

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

Shades of Jagger #38333B

Tints of Jagger #38333B

Color information

#38333B (or 0x38333B) is unknown color: approx Jagger. HEX triplet: 38, 33 and 3B. RGB value is (56,51,59). Sum of RGB (Red+Green+Blue) = 56+51+59=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 59 - color contains mainly: blue. Hex color #38333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38333B is #C7CCC4. Grayscale: #353535. Windows color (decimal): -13094085 or 3879736. OLE color: 3879736.

HSL color Cylindrical-coordinate representation of color #38333B: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #38333B is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB565159-
CMYK0.050.1400.77
HSL277.5º7.27%21.57%-
HSV(B)277.5º13.56%23.14%-
XYZ3.63.524.63-
YUV53.41131.16129.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=33.73%
G=30.72%
B=35.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5651590.050.1400.77277.57.2721.57
Hex38333B5E04D116716
Octal7063735160115426726
Binary11100011001111101110111100100110110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,51,59); }

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

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

 a { background-color: rgb(56,51,59); }

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

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

 span { border-color: rgb(56,51,59); }

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