#21083D

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

Shades of Blackcurrant #21083D

Tints of Blackcurrant #21083D

Color information

#21083D (or 0x21083D) is unknown color: approx Blackcurrant. HEX triplet: 21, 08 and 3D. RGB value is (33,8,61). Sum of RGB (Red+Green+Blue) = 33+8+61=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #21083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21083D is #DEF7C2. Grayscale: #151515. Windows color (decimal): -14612419 or 3999777. OLE color: 3999777.

HSL color Cylindrical-coordinate representation of color #21083D: hue angle of 268.3º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21083D is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB33861-
CMYK0.460.8700.76
HSL268.3º76.81%13.53%-
HSV(B)268.3º86.89%23.92%-
XYZ1.560.834.49-
YUV21.52150.28136.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 61 (24.22% from 255) = 59.80%
R=32.35%
G=7.84%
B=59.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal338610.460.8700.76268.376.8113.53
Hex2183D2E5704C10c4de
Octal41107556127011441411516
Binary100001100011110110111010101110100110010000110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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