#130434

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

Shades of Blackcurrant #130434

Tints of Blackcurrant #130434

Color information

#130434 (or 0x130434) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 34. RGB value is (19,4,52). Sum of RGB (Red+Green+Blue) = 19+4+52=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #130434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130434 is #ECFBCB. Grayscale: #0D0D0D. Windows color (decimal): -15530956 or 3408915. OLE color: 3408915.

HSL color Cylindrical-coordinate representation of color #130434: hue angle of 258.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130434 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB19452-
CMYK0.630.9200.80
HSL258.75º85.71%10.98%-
HSV(B)258.75º92.31%20.39%-
XYZ0.930.473.29-
YUV13.96149.47131.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 52 (20.70% from 255) = 69.33%
R=25.33%
G=5.33%
B=69.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal194520.630.9200.80258.7585.7110.98
Hex134343F5C05010356b
Octal2346477134012040312613
Binary1001110011010011111110111000101000010000001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130434; }

 p { color: rgb(19,4,52); }

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

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

 a { background-color: rgb(19,4,52); }

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

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

 span { border-color: rgb(19,4,52); }

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