#21092F

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

Shades of Blackcurrant #21092F

Tints of Blackcurrant #21092F

Color information

#21092F (or 0x21092F) is unknown color: approx Blackcurrant. HEX triplet: 21, 09 and 2F. RGB value is (33,9,47). Sum of RGB (Red+Green+Blue) = 33+9+47=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #21092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21092F is #DEF6D0. Grayscale: #141414. Windows color (decimal): -14612177 or 3082529. OLE color: 3082529.

HSL color Cylindrical-coordinate representation of color #21092F: hue angle of 277.89º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21092F is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB33947-
CMYK0.300.8100.82
HSL277.89º67.86%10.98%-
HSV(B)277.89º80.85%18.43%-
XYZ1.240.722.76-
YUV20.51142.95136.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 47 (18.75% from 255) = 52.81%
R=37.08%
G=10.11%
B=52.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal339470.300.8100.82277.8967.8610.98
Hex2192F1E5105211644b
Octal41115736121012242610413
Binary10000110011011111111010100010101001010001011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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