#44334B

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

Shades of Jagger #44334B

Tints of Jagger #44334B

Color information

#44334B (or 0x44334B) is unknown color: approx Jagger. HEX triplet: 44, 33 and 4B. RGB value is (68,51,75). Sum of RGB (Red+Green+Blue) = 68+51+75=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #44334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44334B is #BBCCB4. Grayscale: #3A3A3A. Windows color (decimal): -12307637 or 4928324. OLE color: 4928324.

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

Color convert

RGB685175-
CMYK0.090.3200.71
HSL282.5º19.05%24.71%-
HSV(B)282.5º32%29.41%-
XYZ4.844.17.19-
YUV58.82137.13134.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=35.05%
G=26.29%
B=38.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6851750.090.3200.71282.519.0524.71
Hex44334B92004711a1319
Octal10463113114001074322331
Binary100010011001110010111001100000010001111000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,51,75); }

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

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

 a { background-color: rgb(68,51,75); }

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

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

 span { border-color: rgb(68,51,75); }

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