Html Css Color HEX #333741 Vulcan

📋 copy color: '#333741'

red 51 ◦ green 55 ◦ blue 65

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

Shades of Vulcan #333741

Tints of Vulcan #333741

RGB

 RED value IS 51 (20.31% from 255) = 29.82%

 GREEN value IS 55 (21.88% from 255) = 32.16%

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 29.82%
G = 32.16%
B = 38.01%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333741 (or 0x333741) is known color: Vulcan. HEX triplet: 33, 37 and 41. RGB value is (51,55,65). Sum of RGB (Red+Green+Blue) = 51+55+65=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 65 - color contains mainly: blue. Hex color #333741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333741 is #CCC8BE. Grayscale: #363636. Windows color (decimal): -13420735 or 4273971. OLE color: 4273971.

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

Color convert

RGB 51 55 65 -
CMYK 0.22 0.15 0 0.75
HSL 222.86º 0.12% 0.23% -
HSV(B) 222.86º 0.22% 0.25% -
XYZ 3.69 3.82 5.54 -
YUV 54.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 51 55 65 0.22 0.15 0 0.75 222.86 0.12 0.23
Hex 33 37 41 16 F 0 4B DF C 17
Octal 63 67 101 26 17 0 113 337 14 27
Binary 110011 110111 1000001 10110 1111 0 1001011 11011111 1100 10111

Color Harmonies of #333741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333741

Black with #333741

Text Example


Text Example

White with #333741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333741; }

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

 H1.HeaderClassName
 {
   color: #333741;
 }
 .AnyTagClassName
 {
   color: #333741;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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