Html Css Color HEX #201229 Blackcurrant

📋 copy color: '#201229'

red 32 ◦ green 18 ◦ blue 41

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

Shades of Blackcurrant #201229

Tints of Blackcurrant #201229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 45.05%

R = 35.16%
G = 19.78%
B = 45.05%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#201229 (or 0x201229) is known color: Blackcurrant. HEX triplet: 20, 12 and 29. RGB value is (32,18,41). Sum of RGB (Red+Green+Blue) = 32+18+41=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 41 - color contains mainly: blue. Hex color #201229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201229 is #DFEDD6. Grayscale: #181818. Windows color (decimal): -14675415 or 2691616. OLE color: 2691616.

HSL color Cylindrical-coordinate representation of color #201229: hue angle of 276.52º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #201229 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 18 41 -
CMYK 0.22 0.56 0 0.84
HSL 276.52º 0.39% 0.12% -
HSV(B) 276.52º 0.56% 0.16% -
XYZ 1.21 0.9 2.21 -
YUV 24.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 32 18 41 0.22 0.56 0 0.84 276.52 0.39 0.12
Hex 20 12 29 16 38 0 54 115 27 C
Octal 40 22 51 26 70 0 124 425 47 14
Binary 100000 10010 101001 10110 111000 0 1010100 100010101 100111 1100

Color Harmonies of #201229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201229

Black with #201229

Text Example


Text Example

White with #201229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201229; }

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

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

background-color css

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

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

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

border-color css

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

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

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