#130923

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

Shades of Blackcurrant #130923

Tints of Blackcurrant #130923

Color information

#130923 (or 0x130923) is unknown color: approx Blackcurrant. HEX triplet: 13, 09 and 23. RGB value is (19,9,35). Sum of RGB (Red+Green+Blue) = 19+9+35=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 9 (3.91% from 255 or 14.29% 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 #130923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130923 is #ECF6DC. Grayscale: #0E0E0E. Windows color (decimal): -15529693 or 2296083. OLE color: 2296083.

HSL color Cylindrical-coordinate representation of color #130923: hue angle of 263.08º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130923 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB19935-
CMYK0.460.7400.86
HSL263.08º59.09%8.63%-
HSV(B)263.08º74.29%13.73%-
XYZ0.670.461.64-
YUV14.95139.31130.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 35 (14.06% from 255) = 55.56%
R=30.16%
G=14.29%
B=55.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal199350.460.7400.86263.0859.098.63
Hex139232E4A0561073b9
Octal2311435611201264077311
Binary1001110011000111011101001010010101101000001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130923; }

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

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

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

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

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

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

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

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