#130925

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

Shades of Blackcurrant #130925

Tints of Blackcurrant #130925

Color information

#130925 (or 0x130925) is unknown color: approx Blackcurrant. HEX triplet: 13, 09 and 25. RGB value is (19,9,37). Sum of RGB (Red+Green+Blue) = 19+9+37=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #130925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130925 is #ECF6DA. Grayscale: #0F0F0F. Windows color (decimal): -15529691 or 2427155. OLE color: 2427155.

HSL color Cylindrical-coordinate representation of color #130925: hue angle of 261.43º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #130925 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB19937-
CMYK0.490.7600.85
HSL261.43º60.87%9.02%-
HSV(B)261.43º75.68%14.51%-
XYZ0.70.471.8-
YUV15.18140.31130.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 9 (3.91% from 255) = 13.85%
BLUE value IS 37 (14.84% from 255) = 56.92%
R=29.23%
G=13.85%
B=56.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal199370.490.7600.85261.4360.879.02
Hex13925314C0551053d9
Octal2311456111401254057511
Binary1001110011001011100011001100010101011000001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130925; }

 p { color: rgb(19,9,37); }

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

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

 a { background-color: rgb(19,9,37); }

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

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

 span { border-color: rgb(19,9,37); }

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