Html Css Color HEX #201B13 Black Magic

📋 copy color: '#201B13'

red 32 ◦ green 27 ◦ blue 19

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

Shades of Black Magic #201B13

Tints of Black Magic #201B13

RGB

 RED value IS 32 (12.89% from 255) = 41.03%

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

 BLUE value IS 19 (7.81% from 255) = 24.36%

R = 41.03%
G = 34.62%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#201B13 (or 0x201B13) is known color: Black Magic. HEX triplet: 20, 1B and 13. RGB value is (32,27,19). Sum of RGB (Red+Green+Blue) = 32+27+19=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B13 is #DFE4EC. Grayscale: #1B1B1B. Windows color (decimal): -14673133 or 1252128. OLE color: 1252128.

HSL color Cylindrical-coordinate representation of color #201B13: hue angle of 36.92º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #201B13 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 27 19 -
CMYK 0 0.16 0.41 0.87
HSL 36.92º 0.25% 0.1% -
HSV(B) 36.92º 0.41% 0.13% -
XYZ 1.11 1.14 0.78 -
YUV 27.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 32 27 19 0 0.16 0.41 0.87 36.92 0.25 0.1
Hex 20 1B 13 0 10 29 57 25 19 A
Octal 40 33 23 0 20 51 127 45 31 12
Binary 100000 11011 10011 0 10000 101001 1010111 100101 11001 1010

Color Harmonies of #201B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B13

Black with #201B13

Text Example


Text Example

White with #201B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201B13; }

 p { color: rgb(32,27,19); }

 H1.HeaderClassName
 {
   color: #201B13;
 }
 .AnyTagClassName
 {
   color: #201B13;
 }
</style>

background-color css

<style>
 a { background-color: #201B13; }

 a { background-color: rgb(32,27,19); }

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

border-color css

<style>
 span { border-color: #201B13; }

 span { border-color: rgb(32,27,19); }

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