#21034B

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

Shades of Blackcurrant #21034B

Tints of Blackcurrant #21034B

Color information

#21034B (or 0x21034B) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 4B. RGB value is (33,3,75). Sum of RGB (Red+Green+Blue) = 33+3+75=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #21034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21034B is #DEFCB4. Grayscale: #131313. Windows color (decimal): -14613685 or 4916001. OLE color: 4916001.

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

Color convert

RGB33375-
CMYK0.560.9600.71
HSL265º92.31%15.29%-
HSV(B)265º96%29.41%-
XYZ1.930.96.73-
YUV20.18158.94137.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 75 (29.69% from 255) = 67.57%
R=29.73%
G=2.70%
B=67.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal333750.560.9600.7126592.3115.29
Hex2134B38600471095cf
Octal41311370140010741113417
Binary10000111100101111100011000000100011110000100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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