#21014B

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

Shades of Blackcurrant #21014B

Tints of Blackcurrant #21014B

Color information

#21014B (or 0x21014B) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 4B. RGB value is (33,1,75). Sum of RGB (Red+Green+Blue) = 33+1+75=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #21014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21014B is #DEFEB4. Grayscale: #121212. Windows color (decimal): -14614197 or 4915489. OLE color: 4915489.

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

Color convert

RGB33175-
CMYK0.560.9900.71
HSL265.95º97.37%14.9%-
HSV(B)265.95º98.67%29.41%-
XYZ1.910.856.72-
YUV19159.6137.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.28%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 75 (29.69% from 255) = 68.81%
R=30.28%
G=0.92%
B=68.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal331750.560.9900.71265.9597.3714.9
Hex2114B386304710a61f
Octal41111370143010741214117
Binary1000011100101111100011000110100011110000101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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