#38244B

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

Shades of Jagger #38244B

Tints of Jagger #38244B

Color information

#38244B (or 0x38244B) is unknown color: approx Jagger. HEX triplet: 38, 24 and 4B. RGB value is (56,36,75). Sum of RGB (Red+Green+Blue) = 56+36+75=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #38244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38244B is #C7DBB4. Grayscale: #2E2E2E. Windows color (decimal): -13097909 or 4924472. OLE color: 4924472.

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

Color convert

RGB563675-
CMYK0.250.5200.71
HSL270.77º35.14%21.76%-
HSV(B)270.77º52%29.41%-
XYZ3.532.616.97-
YUV46.43144.13134.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=33.53%
G=21.56%
B=44.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5636750.250.5200.71270.7735.1421.76
Hex38244B193404710f2316
Octal7044113316401074174326
Binary1110001001001001011110011101000100011110000111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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