#343838

Color #343838 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #343838

Tints of Outer Space #343838

Color information

#343838 (or 0x343838) is unknown color: approx Outer Space. HEX triplet: 34, 38 and 38. RGB value is (52,56,56). Sum of RGB (Red+Green+Blue) = 52+56+56=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #343838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343838 is #CBC7C7. Grayscale: #363636. Windows color (decimal): -13354952 or 3684404. OLE color: 3684404.

HSL color Cylindrical-coordinate representation of color #343838: hue angle of 180º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #343838 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB525656-
CMYK0.07000.78
HSL180º3.7%21.18%-
HSV(B)180º7.14%21.96%-
XYZ3.543.844.3-
YUV54.8128.67126-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=31.71%
G=34.15%
B=34.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256560.07000.781803.721.18
Hex3438387004Eb4415
Octal647070700116264425
Binary1101001110001110001110010011101011010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343838; }

 p { color: rgb(52,56,56); }

 H1.HeaderClassName
 {
   color: #343838;
 }
 .AnyTagClassName
 {
   color: #343838;
 }
</style>
background-color css

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

 a { background-color: rgb(52,56,56); }

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

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

 span { border-color: rgb(52,56,56); }

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