Html Css Color HEX #42433D Heavy Metal

📋 copy color: '#42433D'

red 66 ◦ green 67 ◦ blue 61

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

Shades of Heavy Metal #42433D

Tints of Heavy Metal #42433D

RGB

 RED value IS 66 (26.17% from 255) = 34.02%

 GREEN value IS 67 (26.56% from 255) = 34.54%

 BLUE value IS 61 (24.22% from 255) = 31.44%

R = 34.02%
G = 34.54%
B = 31.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#42433D (or 0x42433D) is known color: Heavy Metal. HEX triplet: 42, 43 and 3D. RGB value is (66,67,61). Sum of RGB (Red+Green+Blue) = 66+67+61=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 67 - color contains mainly: green. Hex color #42433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42433D is #BDBCC2. Grayscale: #424242. Windows color (decimal): -12434627 or 4014914. OLE color: 4014914.

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

Color convert

RGB 66 67 61 -
CMYK 0.01 0 0.09 0.74
HSL 70º 0.05% 0.25% -
HSV(B) 70º 0.09% 0.26% -
XYZ 5.1 5.51 5.21 -
YUV 66.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 66 67 61 0.01 0 0.09 0.74 70 0.05 0.25
Hex 42 43 3D 1 0 9 4A 46 5 19
Octal 102 103 75 1 0 11 112 106 5 31
Binary 1000010 1000011 111101 1 0 1001 1001010 1000110 101 11001

Color Harmonies of #42433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42433D

Black with #42433D

Text Example


Text Example

White with #42433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42433D; }

 p { color: rgb(66,67,61); }

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

background-color css

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

 a { background-color: rgb(66,67,61); }

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

border-color css

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

 span { border-color: rgb(66,67,61); }

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