#38234C

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

Shades of Jagger #38234C

Tints of Jagger #38234C

Color information

#38234C (or 0x38234C) is unknown color: approx Jagger. HEX triplet: 38, 23 and 4C. RGB value is (56,35,76). Sum of RGB (Red+Green+Blue) = 56+35+76=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #38234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38234C is #C7DCB3. Grayscale: #2D2D2D. Windows color (decimal): -13098164 or 4989752. OLE color: 4989752.

HSL color Cylindrical-coordinate representation of color #38234C: hue angle of 270.73º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38234C is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB563576-
CMYK0.260.5400.70
HSL270.73º36.94%21.76%-
HSV(B)270.73º53.95%29.8%-
XYZ3.542.567.15-
YUV45.95144.96135.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 76 (30.08% from 255) = 45.51%
R=33.53%
G=20.96%
B=45.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5635760.260.5400.70270.7336.9421.76
Hex38234C1A3604610f2516
Octal7043114326601064174526
Binary1110001000111001100110101101100100011010000111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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