Html Css Color HEX #351F25 Temptress

📋 copy color: '#351F25'

red 53 ◦ green 31 ◦ blue 37

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

Shades of Temptress #351F25

Tints of Temptress #351F25

RGB

 RED value IS 53 (21.09% from 255) = 43.8%

 GREEN value IS 31 (12.5% from 255) = 25.62%

 BLUE value IS 37 (14.84% from 255) = 30.58%

R = 43.8%
G = 25.62%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#351F25 (or 0x351F25) is known color: Temptress. HEX triplet: 35, 1F and 25. RGB value is (53,31,37). Sum of RGB (Red+Green+Blue) = 53+31+37=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #351F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F25 is #CAE0DA. Grayscale: #262626. Windows color (decimal): -13295835 or 2432821. OLE color: 2432821.

HSL color Cylindrical-coordinate representation of color #351F25: hue angle of 343.64º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #351F25 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 31 37 -
CMYK 0 0.42 0.30 0.79
HSL 343.64º 0.26% 0.16% -
HSV(B) 343.64º 0.42% 0.21% -
XYZ 2.29 1.87 1.99 -
YUV 38.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 53 31 37 0 0.42 0.30 0.79 343.64 0.26 0.16
Hex 35 1F 25 0 2A 1E 4F 158 1A 10
Octal 65 37 45 0 52 36 117 530 32 20
Binary 110101 11111 100101 0 101010 11110 1001111 101011000 11010 10000

Color Harmonies of #351F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F25

Black with #351F25

Text Example


Text Example

White with #351F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351F25; }

 p { color: rgb(53,31,37); }

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

background-color css

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

 a { background-color: rgb(53,31,37); }

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

border-color css

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

 span { border-color: rgb(53,31,37); }

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