#38283F

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

Shades of Jagger #38283F

Tints of Jagger #38283F

Color information

#38283F (or 0x38283F) is unknown color: approx Jagger. HEX triplet: 38, 28 and 3F. RGB value is (56,40,63). Sum of RGB (Red+Green+Blue) = 56+40+63=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #38283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38283F is #C7D7C0. Grayscale: #2F2F2F. Windows color (decimal): -13096897 or 4139064. OLE color: 4139064.

HSL color Cylindrical-coordinate representation of color #38283F: hue angle of 281.74º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38283F is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB564063-
CMYK0.110.3700.75
HSL281.74º22.33%20.2%-
HSV(B)281.74º36.51%24.71%-
XYZ3.292.725.05-
YUV47.41136.8134.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 63 (25% from 255) = 39.62%
R=35.22%
G=25.16%
B=39.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5640630.110.3700.75281.7422.3320.2
Hex38283FB2504B11a1614
Octal705077134501134322624
Binary1110001010001111111011100101010010111000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38283F; }

 p { color: rgb(56,40,63); }

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

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

 a { background-color: rgb(56,40,63); }

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

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

 span { border-color: rgb(56,40,63); }

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