Html Css Color HEX #42433B Heavy Metal

📋 copy color: '#42433B'

red 66 ◦ green 67 ◦ blue 59

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

Shades of Heavy Metal #42433B

Tints of Heavy Metal #42433B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.73%

R = 34.38%
G = 34.9%
B = 30.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42433B (or 0x42433B) is known color: Heavy Metal. HEX triplet: 42, 43 and 3B. RGB value is (66,67,59). Sum of RGB (Red+Green+Blue) = 66+67+59=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 67 - color contains mainly: green. Hex color #42433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42433B is #BDBCC4. Grayscale: #414141. Windows color (decimal): -12434629 or 3883842. OLE color: 3883842.

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

Color convert

RGB 66 67 59 -
CMYK 0.01 0 0.12 0.74
HSL 67.5º 0.06% 0.25% -
HSV(B) 67.5º 0.12% 0.26% -
XYZ 5.04 5.49 4.93 -
YUV 65.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 66 67 59 0.01 0 0.12 0.74 67.5 0.06 0.25
Hex 42 43 3B 1 0 C 4A 44 6 19
Octal 102 103 73 1 0 14 112 104 6 31
Binary 1000010 1000011 111011 1 0 1100 1001010 1000100 110 11001

Color Harmonies of #42433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42433B

Black with #42433B

Text Example


Text Example

White with #42433B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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