Html Css Color HEX #443C4C Jagger

📋 copy color: '#443C4C'

red 68 ◦ green 60 ◦ blue 76

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

Shades of Jagger #443C4C

Tints of Jagger #443C4C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.41%

 BLUE value IS 76 (30.08% from 255) = 37.25%

R = 33.33%
G = 29.41%
B = 37.25%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#443C4C (or 0x443C4C) is known color: Jagger. HEX triplet: 44, 3C and 4C. RGB value is (68,60,76). Sum of RGB (Red+Green+Blue) = 68+60+76=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #443C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C4C is #BBC3B3. Grayscale: #404040. Windows color (decimal): -12305332 or 4996164. OLE color: 4996164.

HSL color Cylindrical-coordinate representation of color #443C4C: hue angle of 270º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #443C4C is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 60 76 -
CMYK 0.11 0.21 0 0.70
HSL 270º 0.12% 0.27% -
HSV(B) 270º 0.21% 0.3% -
XYZ 5.3 4.98 7.52 -
YUV 64.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 68 60 76 0.11 0.21 0 0.70 270 0.12 0.27
Hex 44 3C 4C B 15 0 46 10E C 1B
Octal 104 74 114 13 25 0 106 416 14 33
Binary 1000100 111100 1001100 1011 10101 0 1000110 100001110 1100 11011

Color Harmonies of #443C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443C4C

Black with #443C4C

Text Example


Text Example

White with #443C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443C4C; }

 p { color: rgb(68,60,76); }

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

background-color css

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

 a { background-color: rgb(68,60,76); }

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

border-color css

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

 span { border-color: rgb(68,60,76); }

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