Html Css Color HEX #434240 Space Shuttle

📋 copy color: '#434240'

red 67 ◦ green 66 ◦ blue 64

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

Shades of Space Shuttle #434240

Tints of Space Shuttle #434240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 34.01%
G = 33.5%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#434240 (or 0x434240) is known color: Space Shuttle. HEX triplet: 43, 42 and 40. RGB value is (67,66,64). Sum of RGB (Red+Green+Blue) = 67+66+64=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 67 - color contains mainly: red. Hex color #434240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434240 is #BCBDBF. Grayscale: #424242. Windows color (decimal): -12369344 or 4211267. OLE color: 4211267.

HSL color Cylindrical-coordinate representation of color #434240: hue angle of 40º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #434240 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 66 64 -
CMYK 0 0.01 0.04 0.74
HSL 40º 0.02% 0.26% -
HSV(B) 40º 0.04% 0.26% -
XYZ 5.19 5.46 5.63 -
YUV 66.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 67 66 64 0 0.01 0.04 0.74 40 0.02 0.26
Hex 43 42 40 0 1 4 4A 28 2 1A
Octal 103 102 100 0 1 4 112 50 2 32
Binary 1000011 1000010 1000000 0 1 100 1001010 101000 10 11010

Color Harmonies of #434240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434240

Black with #434240

Text Example


Text Example

White with #434240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434240; }

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

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

background-color css

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

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

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

border-color css

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

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

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