#38234A

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

Shades of Jagger #38234A

Tints of Jagger #38234A

Color information

#38234A (or 0x38234A) is unknown color: approx Jagger. HEX triplet: 38, 23 and 4A. RGB value is (56,35,74). Sum of RGB (Red+Green+Blue) = 56+35+74=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #38234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38234A is #C7DCB5. Grayscale: #2D2D2D. Windows color (decimal): -13098166 or 4858680. OLE color: 4858680.

HSL color Cylindrical-coordinate representation of color #38234A: hue angle of 272.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38234A is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB563574-
CMYK0.240.5300.71
HSL272.31º35.78%21.37%-
HSV(B)272.31º52.7%29.02%-
XYZ3.472.546.79-
YUV45.72143.96135.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=33.94%
G=21.21%
B=44.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5635740.240.5300.71272.3135.7821.37
Hex38234A18350471102415
Octal7043112306501074204425
Binary1110001000111001010110001101010100011110001000010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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