Html Css Color HEX #30181F Temptress

📋 copy color: '#30181F'

red 48 ◦ green 24 ◦ blue 31

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

Shades of Temptress #30181F

Tints of Temptress #30181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.3%

 BLUE value IS 31 (12.5% from 255) = 30.1%

R = 46.6%
G = 23.3%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30181F (or 0x30181F) is known color: Temptress. HEX triplet: 30, 18 and 1F. RGB value is (48,24,31). Sum of RGB (Red+Green+Blue) = 48+24+31=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #30181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30181F is #CFE7E0. Grayscale: #1F1F1F. Windows color (decimal): -13625313 or 2037808. OLE color: 2037808.

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

Color convert

RGB 48 24 31 -
CMYK 0 0.5 0.35 0.81
HSL 342.5º 0.33% 0.14% -
HSV(B) 342.5º 0.5% 0.19% -
XYZ 1.79 1.38 1.47 -
YUV 31.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 48 24 31 0 0.5 0.35 0.81 342.5 0.33 0.14
Hex 30 18 1F 0 32 23 51 156 21 E
Octal 60 30 37 0 62 43 121 526 41 16
Binary 110000 11000 11111 0 110010 100011 1010001 101010110 100001 1110

Color Harmonies of #30181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30181F

Black with #30181F

Text Example


Text Example

White with #30181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30181F; }

 p { color: rgb(48,24,31); }

 H1.HeaderClassName
 {
   color: #30181F;
 }
 .AnyTagClassName
 {
   color: #30181F;
 }
</style>

background-color css

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

 a { background-color: rgb(48,24,31); }

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

border-color css

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

 span { border-color: rgb(48,24,31); }

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