Html Css Color HEX #434053 Gun Powder

📋 copy color: '#434053'

red 67 ◦ green 64 ◦ blue 83

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

Shades of Gun Powder #434053

Tints of Gun Powder #434053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

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

R = 31.31%
G = 29.91%
B = 38.79%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#434053 (or 0x434053) is known color: Gun Powder. HEX triplet: 43, 40 and 53. RGB value is (67,64,83). Sum of RGB (Red+Green+Blue) = 67+64+83=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 64 (25.39% from 255 or 29.91% 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 #434053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434053 is #BCBFAC. Grayscale: #424242. Windows color (decimal): -12369837 or 5455939. OLE color: 5455939.

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

Color convert

RGB 67 64 83 -
CMYK 0.19 0.23 0 0.67
HSL 249.47º 0.13% 0.29% -
HSV(B) 249.47º 0.23% 0.33% -
XYZ 5.71 5.48 8.94 -
YUV 67.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 67 64 83 0.19 0.23 0 0.67 249.47 0.13 0.29
Hex 43 40 53 13 17 0 43 F9 D 1D
Octal 103 100 123 23 27 0 103 371 15 35
Binary 1000011 1000000 1010011 10011 10111 0 1000011 11111001 1101 11101

Color Harmonies of #434053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434053

Black with #434053

Text Example


Text Example

White with #434053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434053; }

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

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

background-color css

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

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

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

border-color css

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

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

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