#39264B

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

Shades of Jagger #39264B

Tints of Jagger #39264B

Color information

#39264B (or 0x39264B) is unknown color: approx Jagger. HEX triplet: 39, 26 and 4B. RGB value is (57,38,75). Sum of RGB (Red+Green+Blue) = 57+38+75=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #39264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39264B is #C6D9B4. Grayscale: #2F2F2F. Windows color (decimal): -13031861 or 4924985. OLE color: 4924985.

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

Color convert

RGB573875-
CMYK0.240.4900.71
HSL270.81º32.74%22.16%-
HSV(B)270.81º49.33%29.41%-
XYZ3.652.767-
YUV47.9143.29134.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.53%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=33.53%
G=22.35%
B=44.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5738750.240.4900.71270.8132.7422.16
Hex39264B183104710f2116
Octal7146113306101074174126
Binary1110011001101001011110001100010100011110000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,38,75); }

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

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

 a { background-color: rgb(57,38,75); }

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

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

 span { border-color: rgb(57,38,75); }

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