#190323

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

Shades of Blackcurrant #190323

Tints of Blackcurrant #190323

Color information

#190323 (or 0x190323) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 23. RGB value is (25,3,35). Sum of RGB (Red+Green+Blue) = 25+3+35=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #190323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190323 is #E6FCDC. Grayscale: #0D0D0D. Windows color (decimal): -15138013 or 2294553. OLE color: 2294553.

HSL color Cylindrical-coordinate representation of color #190323: hue angle of 281.25º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190323 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB25335-
CMYK0.290.9100.86
HSL281.25º84.21%7.45%-
HSV(B)281.25º91.43%13.73%-
XYZ0.740.391.63-
YUV13.23140.29136.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.68%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 35 (14.06% from 255) = 55.56%
R=39.68%
G=4.76%
B=55.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal253350.290.9100.86281.2584.217.45
Hex193231D5B056119547
Octal313433513301264311247
Binary1100111100011111011011011010101101000110011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190323; }

 p { color: rgb(25,3,35); }

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

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

 a { background-color: rgb(25,3,35); }

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

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

 span { border-color: rgb(25,3,35); }

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