#21014C

Color #21014C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #21014C

Tints of Blackcurrant #21014C

Color information

#21014C (or 0x21014C) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 4C. RGB value is (33,1,76). Sum of RGB (Red+Green+Blue) = 33+1+76=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #21014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21014C is #DEFEB3. Grayscale: #121212. Windows color (decimal): -14614196 or 4981025. OLE color: 4981025.

HSL color Cylindrical-coordinate representation of color #21014C: hue angle of 265.6º 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 #21014C is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB33176-
CMYK0.570.9900.70
HSL265.6º97.4%15.1%-
HSV(B)265.6º98.68%29.8%-
XYZ1.940.876.9-
YUV19.12160.1137.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 76 (30.08% from 255) = 69.09%
R=30%
G=0.91%
B=69.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal331760.570.9900.70265.697.415.1
Hex2114C396304610a61f
Octal41111471143010641214117
Binary1000011100110011100111000110100011010000101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21014C;
 }
 .AnyTagClassName
 {
   color: #21014C;
 }
</style>
background-color css

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

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

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

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

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

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