Html Css Color HEX #230F1D Melanzane

📋 copy color: '#230F1D'

red 35 ◦ green 15 ◦ blue 29

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

Shades of Melanzane #230F1D

Tints of Melanzane #230F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.99%

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

R = 44.3%
G = 18.99%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#230F1D (or 0x230F1D) is known color: Melanzane. HEX triplet: 23, 0F and 1D. RGB value is (35,15,29). Sum of RGB (Red+Green+Blue) = 35+15+29=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #230F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F1D is #DCF0E2. Grayscale: #161616. Windows color (decimal): -14479587 or 1904419. OLE color: 1904419.

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

Color convert

RGB 35 15 29 -
CMYK 0 0.57 0.17 0.86
HSL 318º 0.4% 0.1% -
HSV(B) 318º 0.57% 0.14% -
XYZ 1.09 0.79 1.26 -
YUV 22.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 35 15 29 0 0.57 0.17 0.86 318 0.4 0.1
Hex 23 F 1D 0 39 11 56 13E 28 A
Octal 43 17 35 0 71 21 126 476 50 12
Binary 100011 1111 11101 0 111001 10001 1010110 100111110 101000 1010

Color Harmonies of #230F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F1D

Black with #230F1D

Text Example


Text Example

White with #230F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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