#2F383A

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

Shades of Outer Space #2F383A

Tints of Outer Space #2F383A

Color information

#2F383A (or 0x2F383A) is unknown color: approx Outer Space. HEX triplet: 2F, 38 and 3A. RGB value is (47,56,58). Sum of RGB (Red+Green+Blue) = 47+56+58=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F383A is #D0C7C5. Grayscale: #353535. Windows color (decimal): -13682630 or 3815471. OLE color: 3815471.

HSL color Cylindrical-coordinate representation of color #2F383A: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F383A is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB475658-
CMYK0.190.0300.77
HSL190.91º10.48%20.59%-
HSV(B)190.91º18.97%22.75%-
XYZ3.353.744.55-
YUV53.54130.52123.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=29.19%
G=34.78%
B=36.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4756580.190.0300.77190.9110.4820.59
Hex2F383A13304Dbfa15
Octal57707223301152771225
Binary10111111100011101010011110100110110111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F383A; }

 p { color: rgb(47,56,58); }

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

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

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

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

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

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

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