Html Css Color HEX #230A1E Melanzane

📋 copy color: '#230A1E'

red 35 ◦ green 10 ◦ blue 30

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

Shades of Melanzane #230A1E

Tints of Melanzane #230A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.33%

 BLUE value IS 30 (12.11% from 255) = 40%

R = 46.67%
G = 13.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#230A1E (or 0x230A1E) is known color: Melanzane. HEX triplet: 23, 0A and 1E. RGB value is (35,10,30). Sum of RGB (Red+Green+Blue) = 35+10+30=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #230A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A1E is #DCF5E1. Grayscale: #131313. Windows color (decimal): -14480866 or 1968675. OLE color: 1968675.

HSL color Cylindrical-coordinate representation of color #230A1E: hue angle of 312º 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 #230A1E is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 10 30 -
CMYK 0 0.71 0.14 0.86
HSL 312º 0.56% 0.09% -
HSV(B) 312º 0.71% 0.14% -
XYZ 1.04 0.67 1.3 -
YUV 19.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 35 10 30 0 0.71 0.14 0.86 312 0.56 0.09
Hex 23 A 1E 0 47 E 56 138 38 9
Octal 43 12 36 0 107 16 126 470 70 11
Binary 100011 1010 11110 0 1000111 1110 1010110 100111000 111000 1001

Color Harmonies of #230A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A1E

Black with #230A1E

Text Example


Text Example

White with #230A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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