#38234B

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

Shades of Jagger #38234B

Tints of Jagger #38234B

Color information

#38234B (or 0x38234B) is unknown color: approx Jagger. HEX triplet: 38, 23 and 4B. RGB value is (56,35,75). Sum of RGB (Red+Green+Blue) = 56+35+75=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #38234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38234B is #C7DCB4. Grayscale: #2D2D2D. Windows color (decimal): -13098165 or 4924216. OLE color: 4924216.

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

Color convert

RGB563575-
CMYK0.250.5300.71
HSL271.5º36.36%21.57%-
HSV(B)271.5º53.33%29.41%-
XYZ3.52.556.96-
YUV45.84144.46135.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=33.73%
G=21.08%
B=45.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5635750.250.5300.71271.536.3621.57
Hex38234B19350471102416
Octal7043113316501074204426
Binary1110001000111001011110011101010100011110001000010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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