Html Css Color HEX #30131D Temptress

📋 copy color: '#30131D'

red 48 ◦ green 19 ◦ blue 29

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

Shades of Temptress #30131D

Tints of Temptress #30131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.79%

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

R = 50%
G = 19.79%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30131D (or 0x30131D) is known color: Temptress. HEX triplet: 30, 13 and 1D. RGB value is (48,19,29). Sum of RGB (Red+Green+Blue) = 48+19+29=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30131D is #CFECE2. Grayscale: #1C1C1C. Windows color (decimal): -13626595 or 1905456. OLE color: 1905456.

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

Color convert

RGB 48 19 29 -
CMYK 0 0.60 0.40 0.81
HSL 339.31º 0.43% 0.13% -
HSV(B) 339.31º 0.6% 0.19% -
XYZ 1.67 1.18 1.3 -
YUV 28.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 48 19 29 0 0.60 0.40 0.81 339.31 0.43 0.13
Hex 30 13 1D 0 3C 28 51 153 2B D
Octal 60 23 35 0 74 50 121 523 53 15
Binary 110000 10011 11101 0 111100 101000 1010001 101010011 101011 1101

Color Harmonies of #30131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30131D

Black with #30131D

Text Example


Text Example

White with #30131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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