Html Css Color HEX #443252 Jagger

📋 copy color: '#443252'

red 68 ◦ green 50 ◦ blue 82

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

Shades of Jagger #443252

Tints of Jagger #443252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

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

R = 34%
G = 25%
B = 41%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#443252 (or 0x443252) is known color: Jagger. HEX triplet: 44, 32 and 52. RGB value is (68,50,82). Sum of RGB (Red+Green+Blue) = 68+50+82=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #443252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443252 is #BBCDAD. Grayscale: #3A3A3A. Windows color (decimal): -12307886 or 5386820. OLE color: 5386820.

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

Color convert

RGB 68 50 82 -
CMYK 0.17 0.39 0 0.68
HSL 273.75º 0.24% 0.26% -
HSV(B) 273.75º 0.39% 0.32% -
XYZ 5.05 4.12 8.51 -
YUV 59.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 68 50 82 0.17 0.39 0 0.68 273.75 0.24 0.26
Hex 44 32 52 11 27 0 44 112 18 1A
Octal 104 62 122 21 47 0 104 422 30 32
Binary 1000100 110010 1010010 10001 100111 0 1000100 100010010 11000 11010

Color Harmonies of #443252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443252

Black with #443252

Text Example


Text Example

White with #443252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443252; }

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

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

background-color css

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

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

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

border-color css

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

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

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