#350B1B

Color #350B1B Temptress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Temptress #350B1B

Tints of Temptress #350B1B

Color information

#350B1B (or 0x350B1B) is unknown color: approx Temptress. HEX triplet: 35, 0B and 1B. RGB value is (53,11,27). Sum of RGB (Red+Green+Blue) = 53+11+27=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B1B is #CAF4E4. Grayscale: #191919. Windows color (decimal): -13300965 or 1772341. OLE color: 1772341.

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

Color convert

RGB531127-
CMYK00.790.490.79
HSL337.14º65.62%12.55%-
HSV(B)337.14º79.25%20.78%-
XYZ1.791.081.15-
YUV25.38128.91147.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 11 (4.69% from 255) = 12.09%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=58.24%
G=12.09%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53112700.790.490.79337.1465.6212.55
Hex35B1B04F314F15142d
Octal65133301176111752110215
Binary11010110111101101001111110001100111110101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,11,27); }

 H1.HeaderClassName
 {
   color: #350B1B;
 }
 .AnyTagClassName
 {
   color: #350B1B;
 }
</style>
background-color css

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

 a { background-color: rgb(53,11,27); }

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

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

 span { border-color: rgb(53,11,27); }

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