#230A1B

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

Shades of Melanzane #230A1B

Tints of Melanzane #230A1B

Color information

#230A1B (or 0x230A1B) is unknown color: approx Melanzane. HEX triplet: 23, 0A and 1B. RGB value is (35,10,27). Sum of RGB (Red+Green+Blue) = 35+10+27=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #230A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A1B is #DCF5E4. Grayscale: #131313. Windows color (decimal): -14480869 or 1772067. OLE color: 1772067.

HSL color Cylindrical-coordinate representation of color #230A1B: hue angle of 319.2º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230A1B is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB351027-
CMYK00.710.230.86
HSL319.2º55.56%8.82%-
HSV(B)319.2º71.43%13.73%-
XYZ10.651.11-
YUV19.41132.28139.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 10 (4.30% from 255) = 13.89%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=48.61%
G=13.89%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35102700.710.230.86319.255.568.82
Hex23A1B047175613f389
Octal4312330107271264777011
Binary100011101011011010001111011110101101001111111110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,10,27); }

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

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

 a { background-color: rgb(35,10,27); }

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

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

 span { border-color: rgb(35,10,27); }

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