Html Css Color HEX #130428 Blackcurrant

📋 copy color: '#130428'

red 19 ◦ green 4 ◦ blue 40

#130428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #130428

Tints of Blackcurrant #130428

RGB

 RED value IS 19 (7.81% from 255) = 30.16%

 GREEN value IS 4 (1.95% from 255) = 6.35%

 BLUE value IS 40 (16.02% from 255) = 63.49%

R = 30.16%
G = 6.35%
B = 63.49%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130428 (or 0x130428) is known color: Blackcurrant. HEX triplet: 13, 04 and 28. RGB value is (19,4,40). Sum of RGB (Red+Green+Blue) = 19+4+40=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #130428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130428 is #ECFBD7. Grayscale: #0C0C0C. Windows color (decimal): -15530968 or 2622483. OLE color: 2622483.

HSL color Cylindrical-coordinate representation of color #130428: hue angle of 265º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130428 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 4 40 -
CMYK 0.52 0.90 0 0.84
HSL 265º 0.82% 0.09% -
HSV(B) 265º 0.9% 0.16% -
XYZ 0.69 0.38 2.04 -
YUV 12.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 19 4 40 0.52 0.90 0 0.84 265 0.82 0.09
Hex 13 4 28 34 5A 0 54 109 52 9
Octal 23 4 50 64 132 0 124 411 122 11
Binary 10011 100 101000 110100 1011010 0 1010100 100001001 1010010 1001

Color Harmonies of #130428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130428

Black with #130428

Text Example


Text Example

White with #130428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130428; }

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

 H1.HeaderClassName
 {
   color: #130428;
 }
 .AnyTagClassName
 {
   color: #130428;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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