#38333A

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

Shades of Jagger #38333A

Tints of Jagger #38333A

Color information

#38333A (or 0x38333A) is unknown color: approx Jagger. HEX triplet: 38, 33 and 3A. RGB value is (56,51,58). Sum of RGB (Red+Green+Blue) = 56+51+58=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 58 - color contains mainly: blue. Hex color #38333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38333A is #C7CCC5. Grayscale: #353535. Windows color (decimal): -13094086 or 3814200. OLE color: 3814200.

HSL color Cylindrical-coordinate representation of color #38333A: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #38333A is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB565158-
CMYK0.030.1200.77
HSL282.86º6.42%21.37%-
HSV(B)282.86º12.07%22.75%-
XYZ3.583.514.49-
YUV53.29130.66129.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=33.94%
G=30.91%
B=35.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5651580.030.1200.77282.866.4221.37
Hex38333A3C04D11b615
Octal7063723140115433625
Binary1110001100111110101111000100110110001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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