#300C1A

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

Shades of Temptress #300C1A

Tints of Temptress #300C1A

Color information

#300C1A (or 0x300C1A) is unknown color: approx Temptress. HEX triplet: 30, 0C and 1A. RGB value is (48,12,26). Sum of RGB (Red+Green+Blue) = 48+12+26=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C1A is #CFF3E5. Grayscale: #181818. Windows color (decimal): -13628390 or 1707056. OLE color: 1707056.

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

Color convert

RGB481226-
CMYK00.750.460.81
HSL336.67º60%11.76%-
HSV(B)336.67º75%18.82%-
XYZ1.540.971.08-
YUV24.36128.93144.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=55.81%
G=13.95%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48122600.750.460.81336.676011.76
Hex30C1A04B2E511513cc
Octal6014320113561215217414
Binary1100001100110100100101110111010100011010100011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,12,26); }

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

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

 a { background-color: rgb(48,12,26); }

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

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

 span { border-color: rgb(48,12,26); }

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