Html Css Color HEX #381C21 Temptress

📋 copy color: '#381C21'

red 56 ◦ green 28 ◦ blue 33

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

Shades of Temptress #381C21

Tints of Temptress #381C21

RGB

 RED value IS 56 (22.27% from 255) = 47.86%

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

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

R = 47.86%
G = 23.93%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#381C21 (or 0x381C21) is known color: Temptress. HEX triplet: 38, 1C and 21. RGB value is (56,28,33). Sum of RGB (Red+Green+Blue) = 56+28+33=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C21 is #C7E3DE. Grayscale: #242424. Windows color (decimal): -13099999 or 2169912. OLE color: 2169912.

HSL color Cylindrical-coordinate representation of color #381C21: hue angle of 349.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C21 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 33 -
CMYK 0 0.50 0.41 0.78
HSL 349.29º 0.33% 0.16% -
HSV(B) 349.29º 0.5% 0.22% -
XYZ 2.32 1.78 1.66 -
YUV 36.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 56 28 33 0 0.50 0.41 0.78 349.29 0.33 0.16
Hex 38 1C 21 0 32 29 4E 15D 21 10
Octal 70 34 41 0 62 51 116 535 41 20
Binary 111000 11100 100001 0 110010 101001 1001110 101011101 100001 10000

Color Harmonies of #381C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C21

Black with #381C21

Text Example


Text Example

White with #381C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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