#301920

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

Shades of Temptress #301920

Tints of Temptress #301920

Color information

#301920 (or 0x301920) is unknown color: approx Temptress. HEX triplet: 30, 19 and 20. RGB value is (48,25,32). Sum of RGB (Red+Green+Blue) = 48+25+32=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301920 is #CFE6DF. Grayscale: #202020. Windows color (decimal): -13625056 or 2103600. OLE color: 2103600.

HSL color Cylindrical-coordinate representation of color #301920: hue angle of 341.74º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #301920 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB482532-
CMYK00.480.330.81
HSL341.74º31.51%14.31%-
HSV(B)341.74º47.92%18.82%-
XYZ1.831.431.55-
YUV32.68127.62138.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=45.71%
G=23.81%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48253200.480.330.81341.7431.5114.31
Hex301920030215115620e
Octal603140060411215264016
Binary11000011001100000011000010000110100011010101101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301920; }

 p { color: rgb(48,25,32); }

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

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

 a { background-color: rgb(48,25,32); }

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

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

 span { border-color: rgb(48,25,32); }

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