#301B20

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

Shades of Temptress #301B20

Tints of Temptress #301B20

Color information

#301B20 (or 0x301B20) is unknown color: approx Temptress. HEX triplet: 30, 1B and 20. RGB value is (48,27,32). Sum of RGB (Red+Green+Blue) = 48+27+32=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B20 is #CFE4DF. Grayscale: #212121. Windows color (decimal): -13624544 or 2104112. OLE color: 2104112.

HSL color Cylindrical-coordinate representation of color #301B20: hue angle of 345.71º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301B20 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB482732-
CMYK00.440.330.81
HSL345.71º28%14.71%-
HSV(B)345.71º43.75%18.82%-
XYZ1.871.521.56-
YUV33.85126.96138.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=44.86%
G=25.23%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48273200.440.330.81345.712814.71
Hex301B2002C215115a1cf
Octal603340054411215323417
Binary1100001101110000001011001000011010001101011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301B20; }

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

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

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

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

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

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

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

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