Html Css Color HEX #230B1D Melanzane

📋 copy color: '#230B1D'

red 35 ◦ green 11 ◦ blue 29

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

Shades of Melanzane #230B1D

Tints of Melanzane #230B1D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.67%

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

R = 46.67%
G = 14.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#230B1D (or 0x230B1D) is known color: Melanzane. HEX triplet: 23, 0B and 1D. RGB value is (35,11,29). Sum of RGB (Red+Green+Blue) = 35+11+29=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #230B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B1D is #DCF4E2. Grayscale: #141414. Windows color (decimal): -14480611 or 1903395. OLE color: 1903395.

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

Color convert

RGB 35 11 29 -
CMYK 0 0.69 0.17 0.86
HSL 315º 0.52% 0.09% -
HSV(B) 315º 0.69% 0.14% -
XYZ 1.03 0.69 1.24 -
YUV 20.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 35 11 29 0 0.69 0.17 0.86 315 0.52 0.09
Hex 23 B 1D 0 45 11 56 13B 34 9
Octal 43 13 35 0 105 21 126 473 64 11
Binary 100011 1011 11101 0 1000101 10001 1010110 100111011 110100 1001

Color Harmonies of #230B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230B1D

Black with #230B1D

Text Example


Text Example

White with #230B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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