Html Css Color HEX #231319 Temptress

📋 copy color: '#231319'

red 35 ◦ green 19 ◦ blue 25

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

Shades of Temptress #231319

Tints of Temptress #231319

RGB

 RED value IS 35 (14.06% from 255) = 44.3%

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

 BLUE value IS 25 (10.16% from 255) = 31.65%

R = 44.3%
G = 24.05%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#231319 (or 0x231319) is known color: Temptress. HEX triplet: 23, 13 and 19. RGB value is (35,19,25). Sum of RGB (Red+Green+Blue) = 35+19+25=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #231319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231319 is #DCECE6. Grayscale: #181818. Windows color (decimal): -14478567 or 1643299. OLE color: 1643299.

HSL color Cylindrical-coordinate representation of color #231319: hue angle of 337.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231319 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 19 25 -
CMYK 0 0.46 0.29 0.86
HSL 337.5º 0.3% 0.11% -
HSV(B) 337.5º 0.46% 0.14% -
XYZ 1.1 0.89 1.03 -
YUV 24.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 35 19 25 0 0.46 0.29 0.86 337.5 0.3 0.11
Hex 23 13 19 0 2E 1D 56 152 1E B
Octal 43 23 31 0 56 35 126 522 36 13
Binary 100011 10011 11001 0 101110 11101 1010110 101010010 11110 1011

Color Harmonies of #231319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231319

Black with #231319

Text Example


Text Example

White with #231319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231319; }

 p { color: rgb(35,19,25); }

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

background-color css

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

 a { background-color: rgb(35,19,25); }

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

border-color css

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

 span { border-color: rgb(35,19,25); }

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