Html Css Color HEX #230C1C Melanzane

📋 copy color: '#230C1C'

red 35 ◦ green 12 ◦ blue 28

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

Shades of Melanzane #230C1C

Tints of Melanzane #230C1C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16%

 BLUE value IS 28 (11.33% from 255) = 37.33%

R = 46.67%
G = 16%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#230C1C (or 0x230C1C) is known color: Melanzane. HEX triplet: 23, 0C and 1C. RGB value is (35,12,28). Sum of RGB (Red+Green+Blue) = 35+12+28=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #230C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C1C is #DCF3E3. Grayscale: #141414. Windows color (decimal): -14480356 or 1838115. OLE color: 1838115.

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

Color convert

RGB 35 12 28 -
CMYK 0 0.66 0.20 0.86
HSL 318.26º 0.49% 0.09% -
HSV(B) 318.26º 0.66% 0.14% -
XYZ 1.03 0.7 1.18 -
YUV 20.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 35 12 28 0 0.66 0.20 0.86 318.26 0.49 0.09
Hex 23 C 1C 0 42 14 56 13E 31 9
Octal 43 14 34 0 102 24 126 476 61 11
Binary 100011 1100 11100 0 1000010 10100 1010110 100111110 110001 1001

Color Harmonies of #230C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C1C

Black with #230C1C

Text Example


Text Example

White with #230C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,12,28); }

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

background-color css

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

 a { background-color: rgb(35,12,28); }

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

border-color css

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

 span { border-color: rgb(35,12,28); }

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