#38234F

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

Shades of Jagger #38234F

Tints of Jagger #38234F

Color information

#38234F (or 0x38234F) is unknown color: approx Jagger. HEX triplet: 38, 23 and 4F. RGB value is (56,35,79). Sum of RGB (Red+Green+Blue) = 56+35+79=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #38234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38234F is #C7DCB0. Grayscale: #2E2E2E. Windows color (decimal): -13098161 or 5186360. OLE color: 5186360.

HSL color Cylindrical-coordinate representation of color #38234F: hue angle of 268.64º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38234F is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB563579-
CMYK0.290.5600.69
HSL268.64º38.6%22.35%-
HSV(B)268.64º55.7%30.98%-
XYZ3.642.617.71-
YUV46.3146.46134.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 79 (31.25% from 255) = 46.47%
R=32.94%
G=20.59%
B=46.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5635790.290.5600.69268.6438.622.35
Hex38234F1D3804510d2716
Octal7043117357001054154726
Binary1110001000111001111111011110000100010110000110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,35,79); }

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

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

 a { background-color: rgb(56,35,79); }

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

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

 span { border-color: rgb(56,35,79); }

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