Html Css Color HEX #443752 Jagger

📋 copy color: '#443752'

red 68 ◦ green 55 ◦ blue 82

#443752
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #443752

Tints of Jagger #443752

RGB

 RED value IS 68 (26.95% from 255) = 33.17%

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 33.17%
G = 26.83%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#443752 (or 0x443752) is known color: Jagger. HEX triplet: 44, 37 and 52. RGB value is (68,55,82). Sum of RGB (Red+Green+Blue) = 68+55+82=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #443752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443752 is #BBC8AD. Grayscale: #3D3D3D. Windows color (decimal): -12306606 or 5388100. OLE color: 5388100.

HSL color Cylindrical-coordinate representation of color #443752: hue angle of 268.89º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #443752 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 55 82 -
CMYK 0.17 0.33 0 0.68
HSL 268.89º 0.2% 0.27% -
HSV(B) 268.89º 0.33% 0.32% -
XYZ 5.27 4.57 8.59 -
YUV 61.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 68 55 82 0.17 0.33 0 0.68 268.89 0.2 0.27
Hex 44 37 52 11 21 0 44 10D 14 1B
Octal 104 67 122 21 41 0 104 415 24 33
Binary 1000100 110111 1010010 10001 100001 0 1000100 100001101 10100 11011

Color Harmonies of #443752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443752

Black with #443752

Text Example


Text Example

White with #443752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443752; }

 p { color: rgb(68,55,82); }

 H1.HeaderClassName
 {
   color: #443752;
 }
 .AnyTagClassName
 {
   color: #443752;
 }
</style>

background-color css

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

 a { background-color: rgb(68,55,82); }

 div.DivClassName
 {
   background-color: #443752;
 }
 .BgClassName
 {
   background-color: #443752;
 }
</style>

border-color css

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

 span { border-color: rgb(68,55,82); }

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