#303738

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

Shades of Outer Space #303738

Tints of Outer Space #303738

Color information

#303738 (or 0x303738) is unknown color: approx Outer Space. HEX triplet: 30, 37 and 38. RGB value is (48,55,56). Sum of RGB (Red+Green+Blue) = 48+55+56=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 56 - color contains mainly: blue. Hex color #303738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303738 is #CFC8C7. Grayscale: #353535. Windows color (decimal): -13617352 or 3684144. OLE color: 3684144.

HSL color Cylindrical-coordinate representation of color #303738: hue angle of 187.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #303738 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB485556-
CMYK0.140.0200.78
HSL187.5º7.69%20.39%-
HSV(B)187.5º14.29%21.96%-
XYZ3.33.654.27-
YUV53.02129.68124.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=30.19%
G=34.59%
B=35.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855560.140.0200.78187.57.6920.39
Hex303738E204Ebc814
Octal60677016201162741024
Binary1100001101111110001110100100111010111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303738; }

 p { color: rgb(48,55,56); }

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

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

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

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

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

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

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