Html Css Color HEX #21053F Blackcurrant

📋 copy color: '#21053F'

red 33 ◦ green 5 ◦ blue 63

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

Shades of Blackcurrant #21053F

Tints of Blackcurrant #21053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 62.38%

R = 32.67%
G = 4.95%
B = 62.38%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#21053F (or 0x21053F) is known color: Blackcurrant. HEX triplet: 21, 05 and 3F. RGB value is (33,5,63). Sum of RGB (Red+Green+Blue) = 33+5+63=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #21053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21053F is #DEFAC0. Grayscale: #131313. Windows color (decimal): -14613185 or 4130081. OLE color: 4130081.

HSL color Cylindrical-coordinate representation of color #21053F: hue angle of 268.97º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21053F is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 5 63 -
CMYK 0.48 0.92 0 0.75
HSL 268.97º 0.85% 0.13% -
HSV(B) 268.97º 0.92% 0.25% -
XYZ 1.58 0.79 4.77 -
YUV 19.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 33 5 63 0.48 0.92 0 0.75 268.97 0.85 0.13
Hex 21 5 3F 30 5C 0 4B 10D 55 D
Octal 41 5 77 60 134 0 113 415 125 15
Binary 100001 101 111111 110000 1011100 0 1001011 100001101 1010101 1101

Color Harmonies of #21053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21053F

Black with #21053F

Text Example


Text Example

White with #21053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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