Html Css Color HEX #30141D Temptress

📋 copy color: '#30141D'

red 48 ◦ green 20 ◦ blue 29

#30141D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Temptress #30141D

Tints of Temptress #30141D

RGB

 RED value IS 48 (19.14% from 255) = 49.48%

 GREEN value IS 20 (8.2% from 255) = 20.62%

 BLUE value IS 29 (11.72% from 255) = 29.9%

R = 49.48%
G = 20.62%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30141D (or 0x30141D) is known color: Temptress. HEX triplet: 30, 14 and 1D. RGB value is (48,20,29). Sum of RGB (Red+Green+Blue) = 48+20+29=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30141D is #CFEBE2. Grayscale: #1D1D1D. Windows color (decimal): -13626339 or 1905712. OLE color: 1905712.

HSL color Cylindrical-coordinate representation of color #30141D: hue angle of 340.71º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30141D is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 20 29 -
CMYK 0 0.58 0.40 0.81
HSL 340.71º 0.41% 0.13% -
HSV(B) 340.71º 0.58% 0.19% -
XYZ 1.69 1.22 1.31 -
YUV 29.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 48 20 29 0 0.58 0.40 0.81 340.71 0.41 0.13
Hex 30 14 1D 0 3A 28 51 155 29 D
Octal 60 24 35 0 72 50 121 525 51 15
Binary 110000 10100 11101 0 111010 101000 1010001 101010101 101001 1101

Color Harmonies of #30141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30141D

Black with #30141D

Text Example


Text Example

White with #30141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30141D; }

 p { color: rgb(48,20,29); }

 H1.HeaderClassName
 {
   color: #30141D;
 }
 .AnyTagClassName
 {
   color: #30141D;
 }
</style>

background-color css

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

 a { background-color: rgb(48,20,29); }

 div.DivClassName
 {
   background-color: #30141D;
 }
 .BgClassName
 {
   background-color: #30141D;
 }
</style>

border-color css

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

 span { border-color: rgb(48,20,29); }

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