Html Css Color HEX #434438 Heavy Metal

📋 copy color: '#434438'

red 67 ◦ green 68 ◦ blue 56

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

Shades of Heavy Metal #434438

Tints of Heavy Metal #434438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.32%

R = 35.08%
G = 35.6%
B = 29.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#434438 (or 0x434438) is known color: Heavy Metal. HEX triplet: 43, 44 and 38. RGB value is (67,68,56). Sum of RGB (Red+Green+Blue) = 67+68+56=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 68 - color contains mainly: green. Hex color #434438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434438 is #BCBBC7. Grayscale: #424242. Windows color (decimal): -12368840 or 3687491. OLE color: 3687491.

HSL color Cylindrical-coordinate representation of color #434438: hue angle of 65º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #434438 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 67 68 56 -
CMYK 0.01 0 0.18 0.73
HSL 65º 0.1% 0.24% -
HSV(B) 65º 0.18% 0.27% -
XYZ 5.1 5.61 4.56 -
YUV 66.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 67 68 56 0.01 0 0.18 0.73 65 0.1 0.24
Hex 43 44 38 1 0 12 49 41 A 18
Octal 103 104 70 1 0 22 111 101 12 30
Binary 1000011 1000100 111000 1 0 10010 1001001 1000001 1010 11000

Color Harmonies of #434438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434438

Black with #434438

Text Example


Text Example

White with #434438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434438; }

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

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

background-color css

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

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

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

border-color css

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

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

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