Html Css Color HEX #414238 Heavy Metal

📋 copy color: '#414238'

red 65 ◦ green 66 ◦ blue 56

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

Shades of Heavy Metal #414238

Tints of Heavy Metal #414238

RGB

 RED value IS 65 (25.78% from 255) = 34.76%

 GREEN value IS 66 (26.17% from 255) = 35.29%

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

R = 34.76%
G = 35.29%
B = 29.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#414238 (or 0x414238) is known color: Heavy Metal. HEX triplet: 41, 42 and 38. RGB value is (65,66,56). Sum of RGB (Red+Green+Blue) = 65+66+56=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 66 - color contains mainly: green. Hex color #414238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414238 is #BEBDC7. Grayscale: #404040. Windows color (decimal): -12500424 or 3686977. OLE color: 3686977.

HSL color Cylindrical-coordinate representation of color #414238: hue angle of 66º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #414238 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 66 56 -
CMYK 0.02 0 0.15 0.74
HSL 66º 0.08% 0.24% -
HSV(B) 66º 0.15% 0.26% -
XYZ 4.84 5.31 4.51 -
YUV 64.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 65 66 56 0.02 0 0.15 0.74 66 0.08 0.24
Hex 41 42 38 2 0 F 4A 42 8 18
Octal 101 102 70 2 0 17 112 102 10 30
Binary 1000001 1000010 111000 10 0 1111 1001010 1000010 1000 11000

Color Harmonies of #414238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414238

Black with #414238

Text Example


Text Example

White with #414238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414238; }

 p { color: rgb(65,66,56); }

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

background-color css

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

 a { background-color: rgb(65,66,56); }

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

border-color css

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

 span { border-color: rgb(65,66,56); }

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