#231018

Color #231018 Temptress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Temptress #231018

Tints of Temptress #231018

Color information

#231018 (or 0x231018) is unknown color: approx Temptress. HEX triplet: 23, 10 and 18. RGB value is (35,16,24). Sum of RGB (Red+Green+Blue) = 35+16+24=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231018 is #DCEFE7. Grayscale: #161616. Windows color (decimal): -14479336 or 1576995. OLE color: 1576995.

HSL color Cylindrical-coordinate representation of color #231018: hue angle of 334.74º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231018 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB351624-
CMYK00.540.310.86
HSL334.74º37.25%10%-
HSV(B)334.74º54.29%13.73%-
XYZ1.040.790.96-
YUV22.59128.79136.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 24 (9.77% from 255) = 32%
R=46.67%
G=21.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35162400.540.310.86334.7437.2510
Hex2310180361F5614f25a
Octal432030066371265174512
Binary100011100001100001101101111110101101010011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231018; }

 p { color: rgb(35,16,24); }

 H1.HeaderClassName
 {
   color: #231018;
 }
 .AnyTagClassName
 {
   color: #231018;
 }
</style>
background-color css

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

 a { background-color: rgb(35,16,24); }

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

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

 span { border-color: rgb(35,16,24); }

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