Html Css Color HEX #21132C Blackcurrant

📋 copy color: '#21132C'

red 33 ◦ green 19 ◦ blue 44

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

Shades of Blackcurrant #21132C

Tints of Blackcurrant #21132C

RGB

 RED value IS 33 (13.28% from 255) = 34.38%

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

 BLUE value IS 44 (17.58% from 255) = 45.83%

R = 34.38%
G = 19.79%
B = 45.83%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21132C (or 0x21132C) is known color: Blackcurrant. HEX triplet: 21, 13 and 2C. RGB value is (33,19,44). Sum of RGB (Red+Green+Blue) = 33+19+44=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #21132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132C is #DEECD3. Grayscale: #191919. Windows color (decimal): -14609620 or 2888481. OLE color: 2888481.

HSL color Cylindrical-coordinate representation of color #21132C: hue angle of 273.6º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21132C is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 33 19 44 -
CMYK 0.25 0.57 0 0.83
HSL 273.6º 0.4% 0.12% -
HSV(B) 273.6º 0.57% 0.17% -
XYZ 1.31 0.97 2.5 -
YUV 26.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 33 19 44 0.25 0.57 0 0.83 273.6 0.4 0.12
Hex 21 13 2C 19 39 0 53 112 28 C
Octal 41 23 54 31 71 0 123 422 50 14
Binary 100001 10011 101100 11001 111001 0 1010011 100010010 101000 1100

Color Harmonies of #21132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21132C

Black with #21132C

Text Example


Text Example

White with #21132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21132C; }

 p { color: rgb(33,19,44); }

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

background-color css

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

 a { background-color: rgb(33,19,44); }

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

border-color css

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

 span { border-color: rgb(33,19,44); }

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