Html Css Color HEX #130128 Blackcurrant

📋 copy color: '#130128'

red 19 ◦ green 1 ◦ blue 40

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

Shades of Blackcurrant #130128

Tints of Blackcurrant #130128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.67%

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

R = 31.67%
G = 1.67%
B = 66.67%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130128 (or 0x130128) is known color: Blackcurrant. HEX triplet: 13, 01 and 28. RGB value is (19,1,40). Sum of RGB (Red+Green+Blue) = 19+1+40=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #130128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130128 is #ECFED7. Grayscale: #0A0A0A. Windows color (decimal): -15531736 or 2621715. OLE color: 2621715.

HSL color Cylindrical-coordinate representation of color #130128: hue angle of 267.69º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130128 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 1 40 -
CMYK 0.52 0.98 0 0.84
HSL 267.69º 0.95% 0.08% -
HSV(B) 267.69º 0.98% 0.16% -
XYZ 0.66 0.31 2.03 -
YUV 10.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 19 1 40 0.52 0.98 0 0.84 267.69 0.95 0.08
Hex 13 1 28 34 62 0 54 10C 5F 8
Octal 23 1 50 64 142 0 124 414 137 10
Binary 10011 1 101000 110100 1100010 0 1010100 100001100 1011111 1000

Color Harmonies of #130128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130128

Black with #130128

Text Example


Text Example

White with #130128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130128; }

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

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

background-color css

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

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

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

border-color css

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

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

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