#383F40

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

Shades of Outer Space #383F40

Tints of Outer Space #383F40

Color information

#383F40 (or 0x383F40) is unknown color: approx Outer Space. HEX triplet: 38, 3F and 40. RGB value is (56,63,64). Sum of RGB (Red+Green+Blue) = 56+63+64=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 64 - color contains mainly: blue. Hex color #383F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F40 is #C7C0BF. Grayscale: #3D3D3D. Windows color (decimal): -13091008 or 4210488. OLE color: 4210488.

HSL color Cylindrical-coordinate representation of color #383F40: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383F40 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB566364-
CMYK0.130.0200.75
HSL187.5º6.67%23.53%-
HSV(B)187.5º12.5%25.1%-
XYZ4.334.775.54-
YUV61.02129.68124.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=30.60%
G=34.43%
B=34.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663640.130.0200.75187.56.6723.53
Hex383F40D204Bbc718
Octal70771001520113274730
Binary1110001111111000000110110010010111011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F40; }

 p { color: rgb(56,63,64); }

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

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

 a { background-color: rgb(56,63,64); }

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

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

 span { border-color: rgb(56,63,64); }

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