Html Css Color HEX #21152A Blackcurrant

📋 copy color: '#21152A'

red 33 ◦ green 21 ◦ blue 42

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

Shades of Blackcurrant #21152A

Tints of Blackcurrant #21152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 43.75%

R = 34.38%
G = 21.88%
B = 43.75%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#21152A (or 0x21152A) is known color: Blackcurrant. HEX triplet: 21, 15 and 2A. RGB value is (33,21,42). Sum of RGB (Red+Green+Blue) = 33+21+42=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #21152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21152A is #DEEAD5. Grayscale: #1A1A1A. Windows color (decimal): -14609110 or 2757921. OLE color: 2757921.

HSL color Cylindrical-coordinate representation of color #21152A: hue angle of 274.29º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #21152A is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 21 42 -
CMYK 0.21 0.50 0 0.84
HSL 274.29º 0.33% 0.12% -
HSV(B) 274.29º 0.5% 0.16% -
XYZ 1.31 1.03 2.32 -
YUV 26.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 33 21 42 0.21 0.50 0 0.84 274.29 0.33 0.12
Hex 21 15 2A 15 32 0 54 112 21 C
Octal 41 25 52 25 62 0 124 422 41 14
Binary 100001 10101 101010 10101 110010 0 1010100 100010010 100001 1100

Color Harmonies of #21152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21152A

Black with #21152A

Text Example


Text Example

White with #21152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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