Html Css Color HEX #303741 Vulcan

📋 copy color: '#303741'

red 48 ◦ green 55 ◦ blue 65

#303741
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vulcan #303741

Tints of Vulcan #303741

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 value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303741 (or 0x303741) is known color: 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

RGB 48 55 65 -
CMYK 0.26 0.15 0 0.75
HSL 215.29º 0.15% 0.22% -
HSV(B) 215.29º 0.26% 0.25% -
XYZ 3.54 3.74 5.54 -
YUV 54.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 48 55 65 0.26 0.15 0 0.75 215.29 0.15 0.22
Hex 30 37 41 1A F 0 4B D7 F 16
Octal 60 67 101 32 17 0 113 327 17 26
Binary 110000 110111 1000001 11010 1111 0 1001011 11010111 1111 10110

Color Harmonies of #303741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303741

Black with #303741

Text Example


Text Example

White with #303741

Text Example


Text Example

HTML Codes & Css Web 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>