Html Css Color HEX #130A1C Blackcurrant

📋 copy color: '#130A1C'

red 19 ◦ green 10 ◦ blue 28

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

Shades of Blackcurrant #130A1C

Tints of Blackcurrant #130A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.54%

 BLUE value IS 28 (11.33% from 255) = 49.12%

R = 33.33%
G = 17.54%
B = 49.12%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#130A1C (or 0x130A1C) is known color: Blackcurrant. HEX triplet: 13, 0A and 1C. RGB value is (19,10,28). Sum of RGB (Red+Green+Blue) = 19+10+28=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #130A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A1C is #ECF5E3. Grayscale: #0E0E0E. Windows color (decimal): -15529444 or 1837587. OLE color: 1837587.

HSL color Cylindrical-coordinate representation of color #130A1C: hue angle of 270º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #130A1C is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 10 28 -
CMYK 0.32 0.64 0 0.89
HSL 270º 0.47% 0.07% -
HSV(B) 270º 0.64% 0.11% -
XYZ 0.59 0.44 1.15 -
YUV 14.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 19 10 28 0.32 0.64 0 0.89 270 0.47 0.07
Hex 13 A 1C 20 40 0 59 10E 2F 7
Octal 23 12 34 40 100 0 131 416 57 7
Binary 10011 1010 11100 100000 1000000 0 1011001 100001110 101111 111

Color Harmonies of #130A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A1C

Black with #130A1C

Text Example


Text Example

White with #130A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130A1C; }

 p { color: rgb(19,10,28); }

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

background-color css

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

 a { background-color: rgb(19,10,28); }

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

border-color css

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

 span { border-color: rgb(19,10,28); }

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