Html Css Color HEX #201326 Blackcurrant

📋 copy color: '#201326'

red 32 ◦ green 19 ◦ blue 38

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

Shades of Blackcurrant #201326

Tints of Blackcurrant #201326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

 BLUE value IS 38 (15.23% from 255) = 42.7%

R = 35.96%
G = 21.35%
B = 42.7%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#201326 (or 0x201326) is known color: Blackcurrant. HEX triplet: 20, 13 and 26. RGB value is (32,19,38). Sum of RGB (Red+Green+Blue) = 32+19+38=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #201326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201326 is #DFECD9. Grayscale: #181818. Windows color (decimal): -14675162 or 2495264. OLE color: 2495264.

HSL color Cylindrical-coordinate representation of color #201326: hue angle of 281.05º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201326 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 19 38 -
CMYK 0.16 0.50 0 0.85
HSL 281.05º 0.33% 0.11% -
HSV(B) 281.05º 0.5% 0.15% -
XYZ 1.18 0.91 1.95 -
YUV 25.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 32 19 38 0.16 0.50 0 0.85 281.05 0.33 0.11
Hex 20 13 26 10 32 0 55 119 21 B
Octal 40 23 46 20 62 0 125 431 41 13
Binary 100000 10011 100110 10000 110010 0 1010101 100011001 100001 1011

Color Harmonies of #201326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201326

Black with #201326

Text Example


Text Example

White with #201326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201326; }

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

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

background-color css

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

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

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

border-color css

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

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

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