#301921

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

Shades of Temptress #301921

Tints of Temptress #301921

Color information

#301921 (or 0x301921) is unknown color: approx Temptress. HEX triplet: 30, 19 and 21. RGB value is (48,25,33). Sum of RGB (Red+Green+Blue) = 48+25+33=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301921 is #CFE6DE. Grayscale: #202020. Windows color (decimal): -13625055 or 2169136. OLE color: 2169136.

HSL color Cylindrical-coordinate representation of color #301921: hue angle of 339.13º 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 #301921 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB482533-
CMYK00.480.310.81
HSL339.13º31.51%14.31%-
HSV(B)339.13º47.92%18.82%-
XYZ1.841.431.62-
YUV32.79128.12138.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=45.28%
G=23.58%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48253300.480.310.81339.1331.5114.31
Hex3019210301F5115320e
Octal603141060371215234016
Binary1100001100110000101100001111110100011010100111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301921; }

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

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

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

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

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

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

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

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