#38274B

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

Shades of Jagger #38274B

Tints of Jagger #38274B

Color information

#38274B (or 0x38274B) is unknown color: approx Jagger. HEX triplet: 38, 27 and 4B. RGB value is (56,39,75). Sum of RGB (Red+Green+Blue) = 56+39+75=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #38274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38274B is #C7D8B4. Grayscale: #303030. Windows color (decimal): -13097141 or 4925240. OLE color: 4925240.

HSL color Cylindrical-coordinate representation of color #38274B: hue angle of 268.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38274B is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB563975-
CMYK0.250.4800.71
HSL268.33º31.58%22.35%-
HSV(B)268.33º48%29.41%-
XYZ3.632.87.01-
YUV48.19143.13133.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=32.94%
G=22.94%
B=44.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5639750.250.4800.71268.3331.5822.35
Hex38274B193004710c2016
Octal7047113316001074144026
Binary1110001001111001011110011100000100011110000110010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,39,75); }

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

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

 a { background-color: rgb(56,39,75); }

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

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

 span { border-color: rgb(56,39,75); }

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