Html Css Color HEX #43443A Heavy Metal

📋 copy color: '#43443A'

red 67 ◦ green 68 ◦ blue 58

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

Shades of Heavy Metal #43443A

Tints of Heavy Metal #43443A

RGB

 RED value IS 67 (26.56% from 255) = 34.72%

 GREEN value IS 68 (26.95% from 255) = 35.23%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 34.72%
G = 35.23%
B = 30.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#43443A (or 0x43443A) is known color: Heavy Metal. HEX triplet: 43, 44 and 3A. RGB value is (67,68,58). Sum of RGB (Red+Green+Blue) = 67+68+58=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 68 - color contains mainly: green. Hex color #43443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43443A is #BCBBC5. Grayscale: #424242. Windows color (decimal): -12368838 or 3818563. OLE color: 3818563.

HSL color Cylindrical-coordinate representation of color #43443A: hue angle of 66º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #43443A is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 67 68 58 -
CMYK 0.01 0 0.15 0.73
HSL 66º 0.08% 0.25% -
HSV(B) 66º 0.15% 0.27% -
XYZ 5.15 5.63 4.82 -
YUV 66.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 67 68 58 0.01 0 0.15 0.73 66 0.08 0.25
Hex 43 44 3A 1 0 F 49 42 8 19
Octal 103 104 72 1 0 17 111 102 10 31
Binary 1000011 1000100 111010 1 0 1111 1001001 1000010 1000 11001

Color Harmonies of #43443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43443A

Black with #43443A

Text Example


Text Example

White with #43443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43443A; }

 p { color: rgb(67,68,58); }

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

background-color css

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

 a { background-color: rgb(67,68,58); }

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

border-color css

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

 span { border-color: rgb(67,68,58); }

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