Html Css Color HEX #21014D Blackcurrant

📋 copy color: '#21014D'

red 33 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #21014D

Tints of Blackcurrant #21014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.9%

 BLUE value IS 77 (30.47% from 255) = 69.37%

R = 29.73%
G = 0.9%
B = 69.37%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21014D (or 0x21014D) is known color: Blackcurrant. HEX triplet: 21, 01 and 4D. RGB value is (33,1,77). Sum of RGB (Red+Green+Blue) = 33+1+77=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #21014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21014D is #DEFEB2. Grayscale: #121212. Windows color (decimal): -14614195 or 5046561. OLE color: 5046561.

HSL color Cylindrical-coordinate representation of color #21014D: hue angle of 265.26º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21014D is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 1 77 -
CMYK 0.57 0.99 0 0.70
HSL 265.26º 0.97% 0.15% -
HSV(B) 265.26º 0.99% 0.3% -
XYZ 1.98 0.88 7.09 -
YUV 19.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 33 1 77 0.57 0.99 0 0.70 265.26 0.97 0.15
Hex 21 1 4D 39 63 0 46 109 61 F
Octal 41 1 115 71 143 0 106 411 141 17
Binary 100001 1 1001101 111001 1100011 0 1000110 100001001 1100001 1111

Color Harmonies of #21014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21014D

Black with #21014D

Text Example


Text Example

White with #21014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21014D; }

 p { color: rgb(33,1,77); }

 H1.HeaderClassName
 {
   color: #21014D;
 }
 .AnyTagClassName
 {
   color: #21014D;
 }
</style>

background-color css

<style>
 a { background-color: #21014D; }

 a { background-color: rgb(33,1,77); }

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

border-color css

<style>
 span { border-color: #21014D; }

 span { border-color: rgb(33,1,77); }

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