Html Css Color HEX #3C252A Temptress

📋 copy color: '#3C252A'

red 60 ◦ green 37 ◦ blue 42

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

Shades of Temptress #3C252A

Tints of Temptress #3C252A

RGB

 RED value IS 60 (23.83% from 255) = 43.17%

 GREEN value IS 37 (14.84% from 255) = 26.62%

 BLUE value IS 42 (16.8% from 255) = 30.22%

R = 43.17%
G = 26.62%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.3

 K value IS 0.76

RGB Variations

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

Color information

#3C252A (or 0x3C252A) is known color: Temptress. HEX triplet: 3C, 25 and 2A. RGB value is (60,37,42). Sum of RGB (Red+Green+Blue) = 60+37+42=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C252A is #C3DAD5. Grayscale: #2C2C2C. Windows color (decimal): -12835542 or 2762044. OLE color: 2762044.

HSL color Cylindrical-coordinate representation of color #3C252A: hue angle of 346.96º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C252A is Cyan = 0, Magento = 0.38, Yellow = 0.3 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 37 42 -
CMYK 0 0.38 0.3 0.76
HSL 346.96º 0.24% 0.19% -
HSV(B) 346.96º 0.38% 0.24% -
XYZ 2.94 2.45 2.51 -
YUV 44.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 60 37 42 0 0.38 0.3 0.76 346.96 0.24 0.19
Hex 3C 25 2A 0 26 1E 4C 15B 18 13
Octal 74 45 52 0 46 36 114 533 30 23
Binary 111100 100101 101010 0 100110 11110 1001100 101011011 11000 10011

Color Harmonies of #3C252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C252A

Black with #3C252A

Text Example


Text Example

White with #3C252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C252A; }

 p { color: rgb(60,37,42); }

 H1.HeaderClassName
 {
   color: #3C252A;
 }
 .AnyTagClassName
 {
   color: #3C252A;
 }
</style>

background-color css

<style>
 a { background-color: #3C252A; }

 a { background-color: rgb(60,37,42); }

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

border-color css

<style>
 span { border-color: #3C252A; }

 span { border-color: rgb(60,37,42); }

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