#38303B

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

Shades of Jagger #38303B

Tints of Jagger #38303B

Color information

#38303B (or 0x38303B) is unknown color: approx Jagger. HEX triplet: 38, 30 and 3B. RGB value is (56,48,59). Sum of RGB (Red+Green+Blue) = 56+48+59=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 59 - color contains mainly: blue. Hex color #38303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38303B is #C7CFC4. Grayscale: #333333. Windows color (decimal): -13094853 or 3878968. OLE color: 3878968.

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

Color convert

RGB564859-
CMYK0.050.1900.77
HSL283.64º10.28%20.98%-
HSV(B)283.64º18.64%23.14%-
XYZ3.483.274.59-
YUV51.65132.15131.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=34.36%
G=29.45%
B=36.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5648590.050.1900.77283.6410.2820.98
Hex38303B51304D11ca15
Octal70607352301154341225
Binary1110001100001110111011001101001101100011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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