Html Css Color HEX #434353 Gun Powder

📋 copy color: '#434353'

red 67 ◦ green 67 ◦ blue 83

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

Shades of Gun Powder #434353

Tints of Gun Powder #434353

RGB

 RED value IS 67 (26.56% from 255) = 30.88%

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

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

R = 30.88%
G = 30.88%
B = 38.25%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#434353 (or 0x434353) is known color: Gun Powder. HEX triplet: 43, 43 and 53. RGB value is (67,67,83). Sum of RGB (Red+Green+Blue) = 67+67+83=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #434353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434353 is #BCBCAC. Grayscale: #444444. Windows color (decimal): -12369069 or 5456707. OLE color: 5456707.

HSL color Cylindrical-coordinate representation of color #434353: 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.19%. Process color model (Four color, CMYK) of #434353 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 67 83 -
CMYK 0.19 0.19 0 0.67
HSL 240º 0.11% 0.29% -
HSV(B) 240º 0.19% 0.33% -
XYZ 5.88 5.83 9 -
YUV 68.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 67 67 83 0.19 0.19 0 0.67 240 0.11 0.29
Hex 43 43 53 13 13 0 43 F0 B 1D
Octal 103 103 123 23 23 0 103 360 13 35
Binary 1000011 1000011 1010011 10011 10011 0 1000011 11110000 1011 11101

Color Harmonies of #434353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434353

Black with #434353

Text Example


Text Example

White with #434353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434353; }

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

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

background-color css

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

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

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

border-color css

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

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

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