Html Css Color HEX #21052B Blackcurrant

📋 copy color: '#21052B'

red 33 ◦ green 5 ◦ blue 43

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

Shades of Blackcurrant #21052B

Tints of Blackcurrant #21052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.17%

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

R = 40.74%
G = 6.17%
B = 53.09%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#21052B (or 0x21052B) is known color: Blackcurrant. HEX triplet: 21, 05 and 2B. RGB value is (33,5,43). Sum of RGB (Red+Green+Blue) = 33+5+43=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #21052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21052B is #DEFAD4. Grayscale: #111111. Windows color (decimal): -14613205 or 2819361. OLE color: 2819361.

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

Color convert

RGB 33 5 43 -
CMYK 0.23 0.88 0 0.83
HSL 284.21º 0.79% 0.09% -
HSV(B) 284.21º 0.88% 0.17% -
XYZ 1.12 0.61 2.34 -
YUV 17.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 33 5 43 0.23 0.88 0 0.83 284.21 0.79 0.09
Hex 21 5 2B 17 58 0 53 11C 4F 9
Octal 41 5 53 27 130 0 123 434 117 11
Binary 100001 101 101011 10111 1011000 0 1010011 100011100 1001111 1001

Color Harmonies of #21052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21052B

Black with #21052B

Text Example


Text Example

White with #21052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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