#38343A

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

Shades of Jagger #38343A

Tints of Jagger #38343A

Color information

#38343A (or 0x38343A) is unknown color: approx Jagger. HEX triplet: 38, 34 and 3A. RGB value is (56,52,58). Sum of RGB (Red+Green+Blue) = 56+52+58=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 58 - color contains mainly: blue. Hex color #38343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38343A is #C7CBC5. Grayscale: #353535. Windows color (decimal): -13093830 or 3814456. OLE color: 3814456.

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

Color convert

RGB565258-
CMYK0.030.1000.77
HSL280º5.45%21.57%-
HSV(B)280º10.34%22.75%-
XYZ3.623.64.51-
YUV53.88130.33129.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=33.73%
G=31.33%
B=34.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5652580.030.1000.772805.4521.57
Hex38343A3A04D118516
Octal7064723120115430526
Binary1110001101001110101110100100110110001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38343A; }

 p { color: rgb(56,52,58); }

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

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

 a { background-color: rgb(56,52,58); }

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

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

 span { border-color: rgb(56,52,58); }

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