Html Css Color HEX #21053A Blackcurrant

📋 copy color: '#21053A'

red 33 ◦ green 5 ◦ blue 58

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

Shades of Blackcurrant #21053A

Tints of Blackcurrant #21053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 60.42%

R = 34.38%
G = 5.21%
B = 60.42%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#21053A (or 0x21053A) is known color: Blackcurrant. HEX triplet: 21, 05 and 3A. RGB value is (33,5,58). Sum of RGB (Red+Green+Blue) = 33+5+58=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #21053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21053A is #DEFAC5. Grayscale: #131313. Windows color (decimal): -14613190 or 3802401. OLE color: 3802401.

HSL color Cylindrical-coordinate representation of color #21053A: hue angle of 271.7º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21053A is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 33 5 58 -
CMYK 0.43 0.91 0 0.77
HSL 271.7º 0.84% 0.12% -
HSV(B) 271.7º 0.91% 0.23% -
XYZ 1.45 0.74 4.07 -
YUV 19.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 33 5 58 0.43 0.91 0 0.77 271.7 0.84 0.12
Hex 21 5 3A 2B 5B 0 4D 110 54 C
Octal 41 5 72 53 133 0 115 420 124 14
Binary 100001 101 111010 101011 1011011 0 1001101 100010000 1010100 1100

Color Harmonies of #21053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21053A

Black with #21053A

Text Example


Text Example

White with #21053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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