#350C1B

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

Shades of Temptress #350C1B

Tints of Temptress #350C1B

Color information

#350C1B (or 0x350C1B) is unknown color: approx Temptress. HEX triplet: 35, 0C and 1B. RGB value is (53,12,27). Sum of RGB (Red+Green+Blue) = 53+12+27=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C1B is #CAF3E4. Grayscale: #191919. Windows color (decimal): -13300709 or 1772597. OLE color: 1772597.

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

Color convert

RGB531227-
CMYK00.770.490.79
HSL338.05º63.08%12.75%-
HSV(B)338.05º77.36%20.78%-
XYZ1.81.11.15-
YUV25.97128.58147.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 12 (5.08% from 255) = 13.04%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=57.61%
G=13.04%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53122700.770.490.79338.0563.0812.75
Hex35C1B04D314F1523fd
Octal6514330115611175227715
Binary1101011100110110100110111000110011111010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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