Html Css Color HEX #21152B Blackcurrant

📋 copy color: '#21152B'

red 33 ◦ green 21 ◦ blue 43

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

Shades of Blackcurrant #21152B

Tints of Blackcurrant #21152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 44.33%

R = 34.02%
G = 21.65%
B = 44.33%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21152B (or 0x21152B) is known color: Blackcurrant. HEX triplet: 21, 15 and 2B. RGB value is (33,21,43). Sum of RGB (Red+Green+Blue) = 33+21+43=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #21152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21152B is #DEEAD4. Grayscale: #1B1B1B. Windows color (decimal): -14609109 or 2823457. OLE color: 2823457.

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

Color convert

RGB 33 21 43 -
CMYK 0.23 0.51 0 0.83
HSL 272.73º 0.34% 0.13% -
HSV(B) 272.73º 0.51% 0.17% -
XYZ 1.33 1.03 2.41 -
YUV 27.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 33 21 43 0.23 0.51 0 0.83 272.73 0.34 0.13
Hex 21 15 2B 17 33 0 53 111 22 D
Octal 41 25 53 27 63 0 123 421 42 15
Binary 100001 10101 101011 10111 110011 0 1010011 100010001 100010 1101

Color Harmonies of #21152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21152B

Black with #21152B

Text Example


Text Example

White with #21152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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