Html Css Color HEX #434153 Gun Powder

📋 copy color: '#434153'

red 67 ◦ green 65 ◦ blue 83

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

Shades of Gun Powder #434153

Tints of Gun Powder #434153

RGB

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

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

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

R = 31.16%
G = 30.23%
B = 38.6%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#434153 (or 0x434153) is known color: Gun Powder. HEX triplet: 43, 41 and 53. RGB value is (67,65,83). Sum of RGB (Red+Green+Blue) = 67+65+83=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 65 (25.78% from 255 or 30.23% 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 #434153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434153 is #BCBEAC. Grayscale: #434343. Windows color (decimal): -12369581 or 5456195. OLE color: 5456195.

HSL color Cylindrical-coordinate representation of color #434153: hue angle of 246.67º 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 #434153 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 65 83 -
CMYK 0.19 0.22 0 0.67
HSL 246.67º 0.12% 0.29% -
HSV(B) 246.67º 0.22% 0.33% -
XYZ 5.77 5.6 8.96 -
YUV 67.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 67 65 83 0.19 0.22 0 0.67 246.67 0.12 0.29
Hex 43 41 53 13 16 0 43 F7 C 1D
Octal 103 101 123 23 26 0 103 367 14 35
Binary 1000011 1000001 1010011 10011 10110 0 1000011 11110111 1100 11101

Color Harmonies of #434153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434153

Black with #434153

Text Example


Text Example

White with #434153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434153; }

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

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

background-color css

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

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

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

border-color css

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

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

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