Html Css Color HEX #3B373A Voodoo

📋 copy color: '#3B373A'

red 59 ◦ green 55 ◦ blue 58

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

Shades of Voodoo #3B373A

Tints of Voodoo #3B373A

RGB

 RED value IS 59 (23.44% from 255) = 34.3%

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

 BLUE value IS 58 (23.05% from 255) = 33.72%

R = 34.3%
G = 31.98%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#3B373A (or 0x3B373A) is known color: Voodoo. HEX triplet: 3B, 37 and 3A. RGB value is (59,55,58). Sum of RGB (Red+Green+Blue) = 59+55+58=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 59 - color contains mainly: red. Hex color #3B373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B373A is #C4C8C5. Grayscale: #383838. Windows color (decimal): -12896454 or 3815227. OLE color: 3815227.

HSL color Cylindrical-coordinate representation of color #3B373A: hue angle of 315º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3B373A is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 55 58 -
CMYK 0 0.07 0.02 0.77
HSL 315º 0.04% 0.22% -
HSV(B) 315º 0.07% 0.23% -
XYZ 3.93 3.97 4.56 -
YUV 56.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 59 55 58 0 0.07 0.02 0.77 315 0.04 0.22
Hex 3B 37 3A 0 7 2 4D 13B 4 16
Octal 73 67 72 0 7 2 115 473 4 26
Binary 111011 110111 111010 0 111 10 1001101 100111011 100 10110

Color Harmonies of #3B373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B373A

Black with #3B373A

Text Example


Text Example

White with #3B373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B373A; }

 p { color: rgb(59,55,58); }

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

background-color css

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

 a { background-color: rgb(59,55,58); }

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

border-color css

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

 span { border-color: rgb(59,55,58); }

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