Html Css Color HEX #21152C Blackcurrant

📋 copy color: '#21152C'

red 33 ◦ green 21 ◦ blue 44

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

Shades of Blackcurrant #21152C

Tints of Blackcurrant #21152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.43%

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

R = 33.67%
G = 21.43%
B = 44.9%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21152C (or 0x21152C) is known color: Blackcurrant. HEX triplet: 21, 15 and 2C. RGB value is (33,21,44). Sum of RGB (Red+Green+Blue) = 33+21+44=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #21152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21152C is #DEEAD3. Grayscale: #1B1B1B. Windows color (decimal): -14609108 or 2888993. OLE color: 2888993.

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

Color convert

RGB 33 21 44 -
CMYK 0.25 0.52 0 0.83
HSL 271.3º 0.35% 0.13% -
HSV(B) 271.3º 0.52% 0.17% -
XYZ 1.35 1.04 2.51 -
YUV 27.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 33 21 44 0.25 0.52 0 0.83 271.3 0.35 0.13
Hex 21 15 2C 19 34 0 53 10F 23 D
Octal 41 25 54 31 64 0 123 417 43 15
Binary 100001 10101 101100 11001 110100 0 1010011 100001111 100011 1101

Color Harmonies of #21152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21152C

Black with #21152C

Text Example


Text Example

White with #21152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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