Html Css Color HEX #424253 Gun Powder

📋 copy color: '#424253'

red 66 ◦ green 66 ◦ blue 83

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

Shades of Gun Powder #424253

Tints of Gun Powder #424253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.6%

R = 30.7%
G = 30.7%
B = 38.6%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424253 (or 0x424253) is known color: Gun Powder. HEX triplet: 42, 42 and 53. RGB value is (66,66,83). Sum of RGB (Red+Green+Blue) = 66+66+83=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #424253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424253 is #BDBDAC. Grayscale: #434343. Windows color (decimal): -12434861 or 5456450. OLE color: 5456450.

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

Color convert

RGB 66 66 83 -
CMYK 0.20 0.20 0 0.67
HSL 240º 0.11% 0.29% -
HSV(B) 240º 0.2% 0.33% -
XYZ 5.76 5.68 8.98 -
YUV 67.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 66 66 83 0.20 0.20 0 0.67 240 0.11 0.29
Hex 42 42 53 14 14 0 43 F0 B 1D
Octal 102 102 123 24 24 0 103 360 13 35
Binary 1000010 1000010 1010011 10100 10100 0 1000011 11110000 1011 11101

Color Harmonies of #424253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424253

Black with #424253

Text Example


Text Example

White with #424253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424253; }

 p { color: rgb(66,66,83); }

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

background-color css

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

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

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

border-color css

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

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

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