#333D3F

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

Shades of Outer Space #333D3F

Tints of Outer Space #333D3F

Color information

#333D3F (or 0x333D3F) is unknown color: approx Outer Space. HEX triplet: 33, 3D and 3F. RGB value is (51,61,63). Sum of RGB (Red+Green+Blue) = 51+61+63=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 63 - color contains mainly: blue. Hex color #333D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D3F is #CCC2C0. Grayscale: #3A3A3A. Windows color (decimal): -13419201 or 4144435. OLE color: 4144435.

HSL color Cylindrical-coordinate representation of color #333D3F: hue angle of 190º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #333D3F is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB516163-
CMYK0.190.0300.75
HSL190º10.53%22.35%-
HSV(B)190º19.05%24.71%-
XYZ3.934.45.34-
YUV58.24130.69122.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 63 (25% from 255) = 36%
R=29.14%
G=34.86%
B=36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5161630.190.0300.7519010.5322.35
Hex333D3F13304Bbeb16
Octal63757723301132761326
Binary11001111110111111110011110100101110111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333D3F; }

 p { color: rgb(51,61,63); }

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

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

 a { background-color: rgb(51,61,63); }

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

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

 span { border-color: rgb(51,61,63); }

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