Html Css Color HEX #261B23 Melanzane

📋 copy color: '#261B23'

red 38 ◦ green 27 ◦ blue 35

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

Shades of Melanzane #261B23

Tints of Melanzane #261B23

RGB

 RED value IS 38 (15.23% from 255) = 38%

 GREEN value IS 27 (10.94% from 255) = 27%

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

R = 38%
G = 27%
B = 35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#261B23 (or 0x261B23) is known color: Melanzane. HEX triplet: 26, 1B and 23. RGB value is (38,27,35). Sum of RGB (Red+Green+Blue) = 38+27+35=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 38 - color contains mainly: red. Hex color #261B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B23 is #D9E4DC. Grayscale: #1F1F1F. Windows color (decimal): -14279901 or 2300710. OLE color: 2300710.

HSL color Cylindrical-coordinate representation of color #261B23: hue angle of 316.36º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #261B23 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 27 35 -
CMYK 0 0.29 0.08 0.85
HSL 316.36º 0.17% 0.13% -
HSV(B) 316.36º 0.29% 0.15% -
XYZ 1.49 1.32 1.77 -
YUV 31.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 38 27 35 0 0.29 0.08 0.85 316.36 0.17 0.13
Hex 26 1B 23 0 1D 8 55 13C 11 D
Octal 46 33 43 0 35 10 125 474 21 15
Binary 100110 11011 100011 0 11101 1000 1010101 100111100 10001 1101

Color Harmonies of #261B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261B23

Black with #261B23

Text Example


Text Example

White with #261B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261B23; }

 p { color: rgb(38,27,35); }

 H1.HeaderClassName
 {
   color: #261B23;
 }
 .AnyTagClassName
 {
   color: #261B23;
 }
</style>

background-color css

<style>
 a { background-color: #261B23; }

 a { background-color: rgb(38,27,35); }

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

border-color css

<style>
 span { border-color: #261B23; }

 span { border-color: rgb(38,27,35); }

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