#21092B

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

Shades of Blackcurrant #21092B

Tints of Blackcurrant #21092B

Color information

#21092B (or 0x21092B) is unknown color: approx Blackcurrant. HEX triplet: 21, 09 and 2B. RGB value is (33,9,43). Sum of RGB (Red+Green+Blue) = 33+9+43=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #21092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21092B is #DEF6D4. Grayscale: #131313. Windows color (decimal): -14612181 or 2820385. OLE color: 2820385.

HSL color Cylindrical-coordinate representation of color #21092B: hue angle of 282.35º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21092B is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB33943-
CMYK0.230.7900.83
HSL282.35º65.38%10.2%-
HSV(B)282.35º79.07%16.86%-
XYZ1.160.692.36-
YUV20.05140.95137.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=38.82%
G=10.59%
B=50.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal339430.230.7900.83282.3565.3810.2
Hex2192B174F05311a41a
Octal41115327117012343210112
Binary10000110011010111011110011110101001110001101010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,9,43); }

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

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

 a { background-color: rgb(33,9,43); }

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

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

 span { border-color: rgb(33,9,43); }

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