#190D2F

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

Shades of Blackcurrant #190D2F

Tints of Blackcurrant #190D2F

Color information

#190D2F (or 0x190D2F) is unknown color: approx Blackcurrant. HEX triplet: 19, 0D and 2F. RGB value is (25,13,47). Sum of RGB (Red+Green+Blue) = 25+13+47=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #190D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D2F is #E6F2D0. Grayscale: #141414. Windows color (decimal): -15135441 or 3083545. OLE color: 3083545.

HSL color Cylindrical-coordinate representation of color #190D2F: hue angle of 261.18º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #190D2F is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB251347-
CMYK0.470.7200.82
HSL261.18º56.67%11.76%-
HSV(B)261.18º72.34%18.43%-
XYZ1.060.72.77-
YUV20.46142.98131.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 47 (18.75% from 255) = 55.29%
R=29.41%
G=15.29%
B=55.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2513470.470.7200.82261.1856.6711.76
Hex19D2F2F4805210539c
Octal3115575711001224057114
Binary1100111011011111011111001000010100101000001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190D2F; }

 p { color: rgb(25,13,47); }

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

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

 a { background-color: rgb(25,13,47); }

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

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

 span { border-color: rgb(25,13,47); }

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