#383A3D

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

Shades of Vulcan #383A3D

Tints of Vulcan #383A3D

Color information

#383A3D (or 0x383A3D) is unknown color: approx Vulcan. HEX triplet: 38, 3A and 3D. RGB value is (56,58,61). Sum of RGB (Red+Green+Blue) = 56+58+61=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 61 - color contains mainly: blue. Hex color #383A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A3D is #C7C5C2. Grayscale: #393939. Windows color (decimal): -13092291 or 4012600. OLE color: 4012600.

HSL color Cylindrical-coordinate representation of color #383A3D: hue angle of 216º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #383A3D is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB565861-
CMYK0.080.0500.76
HSL216º4.27%22.94%-
HSV(B)216º8.2%23.92%-
XYZ3.994.25.02-
YUV57.74129.84126.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=32%
G=33.14%
B=34.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5658610.080.0500.762164.2722.94
Hex383A3D8504Cd8417
Octal7072751050114330427
Binary1110001110101111011000101010011001101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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