#303741

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

Shades of Vulcan #303741

Tints of Vulcan #303741

Color information

#303741 (or 0x303741) is unknown color: approx Vulcan. HEX triplet: 30, 37 and 41. RGB value is (48,55,65). Sum of RGB (Red+Green+Blue) = 48+55+65=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #303741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303741 is #CFC8BE. Grayscale: #353535. Windows color (decimal): -13617343 or 4273968. OLE color: 4273968.

HSL color Cylindrical-coordinate representation of color #303741: hue angle of 215.29º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #303741 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB485565-
CMYK0.260.1500.75
HSL215.29º15.04%22.16%-
HSV(B)215.29º26.15%25.49%-
XYZ3.543.745.54-
YUV54.05134.18123.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=28.57%
G=32.74%
B=38.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4855650.260.1500.75215.2915.0422.16
Hex3037411AF04Bd7f16
Octal6067101321701133271726
Binary11000011011110000011101011110100101111010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303741; }

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

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

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

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

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

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

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

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