Html Css Color HEX #331C21 Temptress

📋 copy color: '#331C21'

red 51 ◦ green 28 ◦ blue 33

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

Shades of Temptress #331C21

Tints of Temptress #331C21

RGB

 RED value IS 51 (20.31% from 255) = 45.54%

 GREEN value IS 28 (11.33% from 255) = 25%

 BLUE value IS 33 (13.28% from 255) = 29.46%

R = 45.54%
G = 25%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#331C21 (or 0x331C21) is known color: Temptress. HEX triplet: 33, 1C and 21. RGB value is (51,28,33). Sum of RGB (Red+Green+Blue) = 51+28+33=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #331C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C21 is #CCE3DE. Grayscale: #232323. Windows color (decimal): -13427679 or 2169907. OLE color: 2169907.

HSL color Cylindrical-coordinate representation of color #331C21: hue angle of 346.96º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #331C21 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 28 33 -
CMYK 0 0.45 0.35 0.8
HSL 346.96º 0.29% 0.15% -
HSV(B) 346.96º 0.45% 0.2% -
XYZ 2.06 1.64 1.65 -
YUV 35.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 51 28 33 0 0.45 0.35 0.8 346.96 0.29 0.15
Hex 33 1C 21 0 2D 23 50 15B 1D F
Octal 63 34 41 0 55 43 120 533 35 17
Binary 110011 11100 100001 0 101101 100011 1010000 101011011 11101 1111

Color Harmonies of #331C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C21

Black with #331C21

Text Example


Text Example

White with #331C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331C21; }

 p { color: rgb(51,28,33); }

 H1.HeaderClassName
 {
   color: #331C21;
 }
 .AnyTagClassName
 {
   color: #331C21;
 }
</style>

background-color css

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

 a { background-color: rgb(51,28,33); }

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

border-color css

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

 span { border-color: rgb(51,28,33); }

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