Html Css Color HEX #434150 Gun Powder

📋 copy color: '#434150'

red 67 ◦ green 65 ◦ blue 80

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

Shades of Gun Powder #434150

Tints of Gun Powder #434150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 31.6%
G = 30.66%
B = 37.74%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#434150 (or 0x434150) is known color: Gun Powder. HEX triplet: 43, 41 and 50. RGB value is (67,65,80). Sum of RGB (Red+Green+Blue) = 67+65+80=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 80 - color contains mainly: blue. Hex color #434150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434150 is #BCBEAF. Grayscale: #434343. Windows color (decimal): -12369584 or 5259587. OLE color: 5259587.

HSL color Cylindrical-coordinate representation of color #434150: hue angle of 248º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #434150 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 65 80 -
CMYK 0.16 0.19 0 0.69
HSL 248º 0.1% 0.28% -
HSV(B) 248º 0.19% 0.31% -
XYZ 5.65 5.55 8.36 -
YUV 67.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 67 65 80 0.16 0.19 0 0.69 248 0.1 0.28
Hex 43 41 50 10 13 0 45 F8 A 1C
Octal 103 101 120 20 23 0 105 370 12 34
Binary 1000011 1000001 1010000 10000 10011 0 1000101 11111000 1010 11100

Color Harmonies of #434150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434150

Black with #434150

Text Example


Text Example

White with #434150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434150; }

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

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

background-color css

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

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

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

border-color css

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

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

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