Html Css Color HEX #424154 Gun Powder

📋 copy color: '#424154'

red 66 ◦ green 65 ◦ blue 84

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

Shades of Gun Powder #424154

Tints of Gun Powder #424154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

 BLUE value IS 84 (33.2% from 255) = 39.07%

R = 30.7%
G = 30.23%
B = 39.07%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424154 (or 0x424154) is known color: Gun Powder. HEX triplet: 42, 41 and 54. RGB value is (66,65,84). Sum of RGB (Red+Green+Blue) = 66+65+84=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #424154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424154 is #BDBEAB. Grayscale: #434343. Windows color (decimal): -12435116 or 5521730. OLE color: 5521730.

HSL color Cylindrical-coordinate representation of color #424154: hue angle of 243.16º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424154 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 65 84 -
CMYK 0.21 0.23 0 0.67
HSL 243.16º 0.13% 0.29% -
HSV(B) 243.16º 0.23% 0.33% -
XYZ 5.74 5.58 9.16 -
YUV 67.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 66 65 84 0.21 0.23 0 0.67 243.16 0.13 0.29
Hex 42 41 54 15 17 0 43 F3 D 1D
Octal 102 101 124 25 27 0 103 363 15 35
Binary 1000010 1000001 1010100 10101 10111 0 1000011 11110011 1101 11101

Color Harmonies of #424154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424154

Black with #424154

Text Example


Text Example

White with #424154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424154; }

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

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

background-color css

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

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

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

border-color css

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

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

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