Html Css Color HEX #424051 Gun Powder

📋 copy color: '#424051'

red 66 ◦ green 64 ◦ blue 81

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

Shades of Gun Powder #424051

Tints of Gun Powder #424051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

 BLUE value IS 81 (32.03% from 255) = 38.39%

R = 31.28%
G = 30.33%
B = 38.39%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424051 (or 0x424051) is known color: Gun Powder. HEX triplet: 42, 40 and 51. RGB value is (66,64,81). Sum of RGB (Red+Green+Blue) = 66+64+81=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #424051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424051 is #BDBFAE. Grayscale: #424242. Windows color (decimal): -12435375 or 5324866. OLE color: 5324866.

HSL color Cylindrical-coordinate representation of color #424051: hue angle of 247.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424051 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 64 81 -
CMYK 0.19 0.21 0 0.68
HSL 247.06º 0.12% 0.28% -
HSV(B) 247.06º 0.21% 0.32% -
XYZ 5.57 5.42 8.54 -
YUV 66.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 66 64 81 0.19 0.21 0 0.68 247.06 0.12 0.28
Hex 42 40 51 13 15 0 44 F7 C 1C
Octal 102 100 121 23 25 0 104 367 14 34
Binary 1000010 1000000 1010001 10011 10101 0 1000100 11110111 1100 11100

Color Harmonies of #424051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424051

Black with #424051

Text Example


Text Example

White with #424051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424051; }

 p { color: rgb(66,64,81); }

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

background-color css

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

 a { background-color: rgb(66,64,81); }

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

border-color css

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

 span { border-color: rgb(66,64,81); }

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