Html Css Color HEX #280F23 Melanzane

📋 copy color: '#280F23'

red 40 ◦ green 15 ◦ blue 35

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

Shades of Melanzane #280F23

Tints of Melanzane #280F23

RGB

 RED value IS 40 (16.02% from 255) = 44.44%

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

 BLUE value IS 35 (14.06% from 255) = 38.89%

R = 44.44%
G = 16.67%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#280F23 (or 0x280F23) is known color: Melanzane. HEX triplet: 28, 0F and 23. RGB value is (40,15,35). Sum of RGB (Red+Green+Blue) = 40+15+35=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #280F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F23 is #D7F0DC. Grayscale: #181818. Windows color (decimal): -14151901 or 2297640. OLE color: 2297640.

HSL color Cylindrical-coordinate representation of color #280F23: hue angle of 312º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #280F23 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 15 35 -
CMYK 0 0.62 0.12 0.84
HSL 312º 0.45% 0.11% -
HSV(B) 312º 0.63% 0.16% -
XYZ 1.35 0.91 1.7 -
YUV 24.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 40 15 35 0 0.62 0.12 0.84 312 0.45 0.11
Hex 28 F 23 0 3E C 54 138 2D B
Octal 50 17 43 0 76 14 124 470 55 13
Binary 101000 1111 100011 0 111110 1100 1010100 100111000 101101 1011

Color Harmonies of #280F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F23

Black with #280F23

Text Example


Text Example

White with #280F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280F23; }

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

 H1.HeaderClassName
 {
   color: #280F23;
 }
 .AnyTagClassName
 {
   color: #280F23;
 }
</style>

background-color css

<style>
 a { background-color: #280F23; }

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

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

border-color css

<style>
 span { border-color: #280F23; }

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

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