Html Css Color HEX #44453F Heavy Metal

📋 copy color: '#44453F'

red 68 ◦ green 69 ◦ blue 63

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

Shades of Heavy Metal #44453F

Tints of Heavy Metal #44453F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.5%

 BLUE value IS 63 (25% from 255) = 31.5%

R = 34%
G = 34.5%
B = 31.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#44453F (or 0x44453F) is known color: Heavy Metal. HEX triplet: 44, 45 and 3F. RGB value is (68,69,63). Sum of RGB (Red+Green+Blue) = 68+69+63=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 69 - color contains mainly: green. Hex color #44453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44453F is #BBBAC0. Grayscale: #444444. Windows color (decimal): -12303041 or 4146500. OLE color: 4146500.

HSL color Cylindrical-coordinate representation of color #44453F: hue angle of 70º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #44453F is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 69 63 -
CMYK 0.01 0 0.09 0.73
HSL 70º 0.05% 0.26% -
HSV(B) 70º 0.09% 0.27% -
XYZ 5.41 5.84 5.55 -
YUV 68.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 68 69 63 0.01 0 0.09 0.73 70 0.05 0.26
Hex 44 45 3F 1 0 9 49 46 5 1A
Octal 104 105 77 1 0 11 111 106 5 32
Binary 1000100 1000101 111111 1 0 1001 1001001 1000110 101 11010

Color Harmonies of #44453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44453F

Black with #44453F

Text Example


Text Example

White with #44453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44453F; }

 p { color: rgb(68,69,63); }

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

background-color css

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

 a { background-color: rgb(68,69,63); }

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

border-color css

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

 span { border-color: rgb(68,69,63); }

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