Html Css Color HEX #230E1D Melanzane

📋 copy color: '#230E1D'

red 35 ◦ green 14 ◦ blue 29

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

Shades of Melanzane #230E1D

Tints of Melanzane #230E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.95%

 BLUE value IS 29 (11.72% from 255) = 37.18%

R = 44.87%
G = 17.95%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#230E1D (or 0x230E1D) is known color: Melanzane. HEX triplet: 23, 0E and 1D. RGB value is (35,14,29). Sum of RGB (Red+Green+Blue) = 35+14+29=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #230E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E1D is #DCF1E2. Grayscale: #151515. Windows color (decimal): -14479843 or 1904163. OLE color: 1904163.

HSL color Cylindrical-coordinate representation of color #230E1D: hue angle of 317.14º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #230E1D is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 14 29 -
CMYK 0 0.60 0.17 0.86
HSL 317.14º 0.43% 0.1% -
HSV(B) 317.14º 0.6% 0.14% -
XYZ 1.07 0.76 1.25 -
YUV 21.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 35 14 29 0 0.60 0.17 0.86 317.14 0.43 0.1
Hex 23 E 1D 0 3C 11 56 13D 2B A
Octal 43 16 35 0 74 21 126 475 53 12
Binary 100011 1110 11101 0 111100 10001 1010110 100111101 101011 1010

Color Harmonies of #230E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E1D

Black with #230E1D

Text Example


Text Example

White with #230E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,14,29); }

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

background-color css

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

 a { background-color: rgb(35,14,29); }

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

border-color css

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

 span { border-color: rgb(35,14,29); }

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