Html Css Color HEX #424153 Gun Powder

📋 copy color: '#424153'

red 66 ◦ green 65 ◦ blue 83

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

Shades of Gun Powder #424153

Tints of Gun Powder #424153

RGB

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

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

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

R = 30.84%
G = 30.37%
B = 38.79%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424153 (or 0x424153) is known color: Gun Powder. HEX triplet: 42, 41 and 53. RGB value is (66,65,83). Sum of RGB (Red+Green+Blue) = 66+65+83=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #424153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424153 is #BDBEAC. Grayscale: #434343. Windows color (decimal): -12435117 or 5456194. OLE color: 5456194.

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

Color convert

RGB 66 65 83 -
CMYK 0.20 0.22 0 0.67
HSL 243.33º 0.12% 0.29% -
HSV(B) 243.33º 0.22% 0.33% -
XYZ 5.7 5.56 8.96 -
YUV 67.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 66 65 83 0.20 0.22 0 0.67 243.33 0.12 0.29
Hex 42 41 53 14 16 0 43 F3 C 1D
Octal 102 101 123 24 26 0 103 363 14 35
Binary 1000010 1000001 1010011 10100 10110 0 1000011 11110011 1100 11101

Color Harmonies of #424153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424153

Black with #424153

Text Example


Text Example

White with #424153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424153; }

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

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

background-color css

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

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

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

border-color css

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

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

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