Html Css Color HEX #201231 Blackcurrant

📋 copy color: '#201231'

red 32 ◦ green 18 ◦ blue 49

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

Shades of Blackcurrant #201231

Tints of Blackcurrant #201231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.18%

 BLUE value IS 49 (19.53% from 255) = 49.49%

R = 32.32%
G = 18.18%
B = 49.49%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#201231 (or 0x201231) is known color: Blackcurrant. HEX triplet: 20, 12 and 31. RGB value is (32,18,49). Sum of RGB (Red+Green+Blue) = 32+18+49=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #201231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201231 is #DFEDCE. Grayscale: #191919. Windows color (decimal): -14675407 or 3215904. OLE color: 3215904.

HSL color Cylindrical-coordinate representation of color #201231: hue angle of 267.1º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #201231 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 18 49 -
CMYK 0.35 0.63 0 0.81
HSL 267.1º 0.46% 0.13% -
HSV(B) 267.1º 0.63% 0.19% -
XYZ 1.37 0.96 3.02 -
YUV 25.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 32 18 49 0.35 0.63 0 0.81 267.1 0.46 0.13
Hex 20 12 31 23 3F 0 51 10B 2E D
Octal 40 22 61 43 77 0 121 413 56 15
Binary 100000 10010 110001 100011 111111 0 1010001 100001011 101110 1101

Color Harmonies of #201231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201231

Black with #201231

Text Example


Text Example

White with #201231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201231; }

 p { color: rgb(32,18,49); }

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

background-color css

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

 a { background-color: rgb(32,18,49); }

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

border-color css

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

 span { border-color: rgb(32,18,49); }

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