Html Css Color HEX #44374B Jagger

📋 copy color: '#44374B'

red 68 ◦ green 55 ◦ blue 75

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

Shades of Jagger #44374B

Tints of Jagger #44374B

RGB

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

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

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

R = 34.34%
G = 27.78%
B = 37.88%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44374B (or 0x44374B) is known color: Jagger. HEX triplet: 44, 37 and 4B. RGB value is (68,55,75). Sum of RGB (Red+Green+Blue) = 68+55+75=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #44374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44374B is #BBC8B4. Grayscale: #3D3D3D. Windows color (decimal): -12306613 or 4929348. OLE color: 4929348.

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

Color convert

RGB 68 55 75 -
CMYK 0.09 0.27 0 0.71
HSL 279º 0.15% 0.25% -
HSV(B) 279º 0.27% 0.29% -
XYZ 5.02 4.47 7.25 -
YUV 61.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 68 55 75 0.09 0.27 0 0.71 279 0.15 0.25
Hex 44 37 4B 9 1B 0 47 117 F 19
Octal 104 67 113 11 33 0 107 427 17 31
Binary 1000100 110111 1001011 1001 11011 0 1000111 100010111 1111 11001

Color Harmonies of #44374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44374B

Black with #44374B

Text Example


Text Example

White with #44374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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