Html Css Color HEX #343838 Outer Space

📋 copy color: '#343838'

red 52 ◦ green 56 ◦ blue 56

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

Shades of Outer Space #343838

Tints of Outer Space #343838

RGB

 RED value IS 52 (20.7% 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 value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#343838 (or 0x343838) is known color: 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

RGB 52 56 56 -
CMYK 0.07 0 0 0.78
HSL 180º 0.04% 0.21% -
HSV(B) 180º 0.07% 0.22% -
XYZ 3.54 3.84 4.3 -
YUV 54.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 52 56 56 0.07 0 0 0.78 180 0.04 0.21
Hex 34 38 38 7 0 0 4E B4 4 15
Octal 64 70 70 7 0 0 116 264 4 25
Binary 110100 111000 111000 111 0 0 1001110 10110100 100 10101

Color Harmonies of #343838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343838

Black with #343838

Text Example


Text Example

White with #343838

Text Example


Text Example

HTML Codes & Css Web 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>