#300F1C

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

Shades of Temptress #300F1C

Tints of Temptress #300F1C

Color information

#300F1C (or 0x300F1C) is unknown color: approx Temptress. HEX triplet: 30, 0F and 1C. RGB value is (48,15,28). Sum of RGB (Red+Green+Blue) = 48+15+28=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F1C is #CFF0E3. Grayscale: #1A1A1A. Windows color (decimal): -13627620 or 1838896. OLE color: 1838896.

HSL color Cylindrical-coordinate representation of color #300F1C: hue angle of 336.36º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F1C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB481528-
CMYK00.690.420.81
HSL336.36º52.38%12.35%-
HSV(B)336.36º68.75%18.82%-
XYZ1.61.051.22-
YUV26.35128.93143.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=52.75%
G=16.48%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48152800.690.420.81336.3652.3812.35
Hex30F1C0452A5115034c
Octal6017340105521215206414
Binary1100001111111000100010110101010100011010100001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300F1C; }

 p { color: rgb(48,15,28); }

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

<style>
 a { background-color: #300F1C; }

 a { background-color: rgb(48,15,28); }

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

<style>
 span { border-color: #300F1C; }

 span { border-color: rgb(48,15,28); }

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