#21083B

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

Shades of Blackcurrant #21083B

Tints of Blackcurrant #21083B

Color information

#21083B (or 0x21083B) is unknown color: approx Blackcurrant. HEX triplet: 21, 08 and 3B. RGB value is (33,8,59). Sum of RGB (Red+Green+Blue) = 33+8+59=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #21083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21083B is #DEF7C4. Grayscale: #151515. Windows color (decimal): -14612421 or 3868705. OLE color: 3868705.

HSL color Cylindrical-coordinate representation of color #21083B: hue angle of 269.41º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21083B is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB33859-
CMYK0.440.8600.77
HSL269.41º76.12%13.14%-
HSV(B)269.41º86.44%23.14%-
XYZ1.50.814.22-
YUV21.29149.28136.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 59 (23.44% from 255) = 59%
R=33%
G=8%
B=59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal338590.440.8600.77269.4176.1213.14
Hex2183B2C5604D10d4cd
Octal41107354126011541511415
Binary100001100011101110110010101100100110110000110110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,8,59); }

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

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

 a { background-color: rgb(33,8,59); }

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

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

 span { border-color: rgb(33,8,59); }

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