Html Css Color HEX #443C4B Jagger

📋 copy color: '#443C4B'

red 68 ◦ green 60 ◦ blue 75

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

Shades of Jagger #443C4B

Tints of Jagger #443C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.95%

R = 33.5%
G = 29.56%
B = 36.95%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#443C4B (or 0x443C4B) is known color: Jagger. HEX triplet: 44, 3C and 4B. RGB value is (68,60,75). Sum of RGB (Red+Green+Blue) = 68+60+75=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #443C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C4B is #BBC3B4. Grayscale: #404040. Windows color (decimal): -12305333 or 4930628. OLE color: 4930628.

HSL color Cylindrical-coordinate representation of color #443C4B: hue angle of 272º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #443C4B is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 60 75 -
CMYK 0.09 0.20 0 0.71
HSL 272º 0.11% 0.26% -
HSV(B) 272º 0.2% 0.29% -
XYZ 5.27 4.97 7.34 -
YUV 64.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 68 60 75 0.09 0.20 0 0.71 272 0.11 0.26
Hex 44 3C 4B 9 14 0 47 110 B 1A
Octal 104 74 113 11 24 0 107 420 13 32
Binary 1000100 111100 1001011 1001 10100 0 1000111 100010000 1011 11010

Color Harmonies of #443C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443C4B

Black with #443C4B

Text Example


Text Example

White with #443C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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