#190834

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

Shades of Blackcurrant #190834

Tints of Blackcurrant #190834

Color information

#190834 (or 0x190834) is unknown color: approx Blackcurrant. HEX triplet: 19, 08 and 34. RGB value is (25,8,52). Sum of RGB (Red+Green+Blue) = 25+8+52=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #190834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190834 is #E6F7CB. Grayscale: #111111. Windows color (decimal): -15136716 or 3409945. OLE color: 3409945.

HSL color Cylindrical-coordinate representation of color #190834: hue angle of 263.18º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #190834 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB25852-
CMYK0.520.8500.80
HSL263.18º73.33%11.76%-
HSV(B)263.18º84.62%20.39%-
XYZ1.110.633.31-
YUV18.1147.13132.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 52 (20.70% from 255) = 61.18%
R=29.41%
G=9.41%
B=61.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal258520.520.8500.80263.1873.3311.76
Hex19834345505010749c
Octal31106464125012040711114
Binary11001100011010011010010101010101000010000011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190834; }

 p { color: rgb(25,8,52); }

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

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

 a { background-color: rgb(25,8,52); }

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

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

 span { border-color: rgb(25,8,52); }

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