#230F18

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

Shades of Temptress #230F18

Tints of Temptress #230F18

Color information

#230F18 (or 0x230F18) is unknown color: approx Temptress. HEX triplet: 23, 0F and 18. RGB value is (35,15,24). Sum of RGB (Red+Green+Blue) = 35+15+24=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #230F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F18 is #DCF0E7. Grayscale: #151515. Windows color (decimal): -14479592 or 1576739. OLE color: 1576739.

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

Color convert

RGB351524-
CMYK00.570.310.86
HSL333º40%9.8%-
HSV(B)333º57.14%13.73%-
XYZ1.030.760.96-
YUV22.01129.13137.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.30%
GREEN value IS 15 (6.25% from 255) = 20.27%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=47.30%
G=20.27%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35152400.570.310.86333409.8
Hex23F180391F5614d28a
Octal431730071371265155012
Binary10001111111100001110011111110101101010011011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230F18; }

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

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

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

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

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

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

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

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