Html Css Color HEX #434159 Gun Powder

📋 copy color: '#434159'

red 67 ◦ green 65 ◦ blue 89

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

Shades of Gun Powder #434159

Tints of Gun Powder #434159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.27%

R = 30.32%
G = 29.41%
B = 40.27%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#434159 (or 0x434159) is known color: Gun Powder. HEX triplet: 43, 41 and 59. RGB value is (67,65,89). Sum of RGB (Red+Green+Blue) = 67+65+89=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #434159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434159 is #BCBEA6. Grayscale: #444444. Windows color (decimal): -12369575 or 5849411. OLE color: 5849411.

HSL color Cylindrical-coordinate representation of color #434159: hue angle of 245º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #434159 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 65 89 -
CMYK 0.25 0.27 0 0.65
HSL 245º 0.16% 0.3% -
HSV(B) 245º 0.27% 0.35% -
XYZ 6.01 5.7 10.23 -
YUV 68.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 67 65 89 0.25 0.27 0 0.65 245 0.16 0.3
Hex 43 41 59 19 1B 0 41 F5 10 1E
Octal 103 101 131 31 33 0 101 365 20 36
Binary 1000011 1000001 1011001 11001 11011 0 1000001 11110101 10000 11110

Color Harmonies of #434159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434159

Black with #434159

Text Example


Text Example

White with #434159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434159; }

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

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

background-color css

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

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

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

border-color css

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

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

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