Html Css Color HEX #221B1F Melanzane

📋 copy color: '#221B1F'

red 34 ◦ green 27 ◦ blue 31

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

Shades of Melanzane #221B1F

Tints of Melanzane #221B1F

RGB

 RED value IS 34 (13.67% from 255) = 36.96%

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

 BLUE value IS 31 (12.5% from 255) = 33.7%

R = 36.96%
G = 29.35%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#221B1F (or 0x221B1F) is known color: Melanzane. HEX triplet: 22, 1B and 1F. RGB value is (34,27,31). Sum of RGB (Red+Green+Blue) = 34+27+31=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 34 - color contains mainly: red. Hex color #221B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B1F is #DDE4E0. Grayscale: #1D1D1D. Windows color (decimal): -14542049 or 2038562. OLE color: 2038562.

HSL color Cylindrical-coordinate representation of color #221B1F: hue angle of 325.71º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #221B1F is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 27 31 -
CMYK 0 0.21 0.09 0.87
HSL 325.71º 0.11% 0.12% -
HSV(B) 325.71º 0.21% 0.13% -
XYZ 1.3 1.22 1.46 -
YUV 29.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 34 27 31 0 0.21 0.09 0.87 325.71 0.11 0.12
Hex 22 1B 1F 0 15 9 57 146 B C
Octal 42 33 37 0 25 11 127 506 13 14
Binary 100010 11011 11111 0 10101 1001 1010111 101000110 1011 1100

Color Harmonies of #221B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221B1F

Black with #221B1F

Text Example


Text Example

White with #221B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221B1F; }

 p { color: rgb(34,27,31); }

 H1.HeaderClassName
 {
   color: #221B1F;
 }
 .AnyTagClassName
 {
   color: #221B1F;
 }
</style>

background-color css

<style>
 a { background-color: #221B1F; }

 a { background-color: rgb(34,27,31); }

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

border-color css

<style>
 span { border-color: #221B1F; }

 span { border-color: rgb(34,27,31); }

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