#384142

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

Shades of Outer Space #384142

Tints of Outer Space #384142

Color information

#384142 (or 0x384142) is unknown color: approx Outer Space. HEX triplet: 38, 41 and 42. RGB value is (56,65,66). Sum of RGB (Red+Green+Blue) = 56+65+66=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 66 - color contains mainly: blue. Hex color #384142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384142 is #C7BEBD. Grayscale: #3E3E3E. Windows color (decimal): -13090494 or 4342072. OLE color: 4342072.

HSL color Cylindrical-coordinate representation of color #384142: hue angle of 186º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #384142 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB566566-
CMYK0.150.0200.74
HSL186º8.2%23.92%-
HSV(B)186º15.15%25.88%-
XYZ4.55.015.88-
YUV62.42130.02123.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=29.95%
G=34.76%
B=35.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5665660.150.0200.741868.223.92
Hex384142F204Aba818
Octal7010110217201122721030
Binary111000100000110000101111100100101010111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384142; }

 p { color: rgb(56,65,66); }

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

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

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

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

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

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

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