Html Css Color HEX #350E1D Temptress

📋 copy color: '#350E1D'

red 53 ◦ green 14 ◦ blue 29

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

Shades of Temptress #350E1D

Tints of Temptress #350E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.58%

 BLUE value IS 29 (11.72% from 255) = 30.21%

R = 55.21%
G = 14.58%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#350E1D (or 0x350E1D) is known color: Temptress. HEX triplet: 35, 0E and 1D. RGB value is (53,14,29). Sum of RGB (Red+Green+Blue) = 53+14+29=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E1D is #CAF1E2. Grayscale: #1B1B1B. Windows color (decimal): -13300195 or 1904181. OLE color: 1904181.

HSL color Cylindrical-coordinate representation of color #350E1D: hue angle of 336.92º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #350E1D is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 14 29 -
CMYK 0 0.74 0.45 0.79
HSL 336.92º 0.58% 0.13% -
HSV(B) 336.92º 0.74% 0.21% -
XYZ 1.85 1.16 1.29 -
YUV 27.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 53 14 29 0 0.74 0.45 0.79 336.92 0.58 0.13
Hex 35 E 1D 0 4A 2D 4F 151 3A D
Octal 65 16 35 0 112 55 117 521 72 15
Binary 110101 1110 11101 0 1001010 101101 1001111 101010001 111010 1101

Color Harmonies of #350E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E1D

Black with #350E1D

Text Example


Text Example

White with #350E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350E1D; }

 p { color: rgb(53,14,29); }

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

background-color css

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

 a { background-color: rgb(53,14,29); }

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

border-color css

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

 span { border-color: rgb(53,14,29); }

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