Html Css Color HEX #3F171F Temptress

📋 copy color: '#3F171F'

red 63 ◦ green 23 ◦ blue 31

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

Shades of Temptress #3F171F

Tints of Temptress #3F171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.66%

 BLUE value IS 31 (12.5% from 255) = 26.5%

R = 53.85%
G = 19.66%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#3F171F (or 0x3F171F) is known color: Temptress. HEX triplet: 3F, 17 and 1F. RGB value is (63,23,31). Sum of RGB (Red+Green+Blue) = 63+23+31=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F171F is #C0E8E0. Grayscale: #232323. Windows color (decimal): -12642529 or 2037567. OLE color: 2037567.

HSL color Cylindrical-coordinate representation of color #3F171F: hue angle of 348º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F171F is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 23 31 -
CMYK 0 0.63 0.51 0.75
HSL 348º 0.47% 0.17% -
HSV(B) 348º 0.63% 0.25% -
XYZ 2.6 1.77 1.5 -
YUV 35.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 63 23 31 0 0.63 0.51 0.75 348 0.47 0.17
Hex 3F 17 1F 0 3F 33 4B 15C 2F 11
Octal 77 27 37 0 77 63 113 534 57 21
Binary 111111 10111 11111 0 111111 110011 1001011 101011100 101111 10001

Color Harmonies of #3F171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F171F

Black with #3F171F

Text Example


Text Example

White with #3F171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,31); }

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

background-color css

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

 a { background-color: rgb(63,23,31); }

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

border-color css

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

 span { border-color: rgb(63,23,31); }

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