#33383F

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

Shades of Vulcan #33383F

Tints of Vulcan #33383F

Color information

#33383F (or 0x33383F) is unknown color: approx Vulcan. HEX triplet: 33, 38 and 3F. RGB value is (51,56,63). Sum of RGB (Red+Green+Blue) = 51+56+63=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #33383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33383F is #CCC7C0. Grayscale: #373737. Windows color (decimal): -13420481 or 4143155. OLE color: 4143155.

HSL color Cylindrical-coordinate representation of color #33383F: hue angle of 215º 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 #33383F is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB515663-
CMYK0.190.1100.75
HSL215º10.53%22.35%-
HSV(B)215º19.05%24.71%-
XYZ3.683.895.26-
YUV55.3132.34124.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 63 (25% from 255) = 37.06%
R=30%
G=32.94%
B=37.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5156630.190.1100.7521510.5322.35
Hex33383F13B04Bd7b16
Octal637077231301133271326
Binary1100111110001111111001110110100101111010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33383F; }

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

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

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

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

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

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

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

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