#190921

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

Shades of Blackcurrant #190921

Tints of Blackcurrant #190921

Color information

#190921 (or 0x190921) is unknown color: approx Blackcurrant. HEX triplet: 19, 09 and 21. RGB value is (25,9,33). Sum of RGB (Red+Green+Blue) = 25+9+33=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #190921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190921 is #E6F6DE. Grayscale: #101010. Windows color (decimal): -15136479 or 2165017. OLE color: 2165017.

HSL color Cylindrical-coordinate representation of color #190921: hue angle of 280º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #190921 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB25933-
CMYK0.240.7300.87
HSL280º57.14%8.24%-
HSV(B)280º72.73%12.94%-
XYZ0.770.511.5-
YUV16.52137.3134.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.31%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 33 (13.28% from 255) = 49.25%
R=37.31%
G=13.43%
B=49.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal259330.240.7300.8728057.148.24
Hex199211849057118398
Octal3111413011101274307110
Binary110011001100001110001001001010101111000110001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190921; }

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

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

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

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

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

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

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

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