Html Css Color HEX #3F253A Voodoo

📋 copy color: '#3F253A'

red 63 ◦ green 37 ◦ blue 58

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

Shades of Voodoo #3F253A

Tints of Voodoo #3F253A

RGB

 RED value IS 63 (25% from 255) = 39.87%

 GREEN value IS 37 (14.84% from 255) = 23.42%

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

R = 39.87%
G = 23.42%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#3F253A (or 0x3F253A) is known color: Voodoo. HEX triplet: 3F, 25 and 3A. RGB value is (63,37,58). Sum of RGB (Red+Green+Blue) = 63+37+58=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 63 - color contains mainly: red. Hex color #3F253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F253A is #C0DAC5. Grayscale: #2F2F2F. Windows color (decimal): -12638918 or 3810623. OLE color: 3810623.

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

Color convert

RGB 63 37 58 -
CMYK 0 0.41 0.08 0.75
HSL 311.54º 0.26% 0.2% -
HSV(B) 311.54º 0.41% 0.25% -
XYZ 3.48 2.69 4.34 -
YUV 47.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 63 37 58 0 0.41 0.08 0.75 311.54 0.26 0.2
Hex 3F 25 3A 0 29 8 4B 138 1A 14
Octal 77 45 72 0 51 10 113 470 32 24
Binary 111111 100101 111010 0 101001 1000 1001011 100111000 11010 10100

Color Harmonies of #3F253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F253A

Black with #3F253A

Text Example


Text Example

White with #3F253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,37,58); }

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

background-color css

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

 a { background-color: rgb(63,37,58); }

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

border-color css

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

 span { border-color: rgb(63,37,58); }

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