Html Css Color HEX #130D1C Blackcurrant

📋 copy color: '#130D1C'

red 19 ◦ green 13 ◦ blue 28

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

Shades of Blackcurrant #130D1C

Tints of Blackcurrant #130D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 21.67%

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

R = 31.67%
G = 21.67%
B = 46.67%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#130D1C (or 0x130D1C) is known color: Blackcurrant. HEX triplet: 13, 0D and 1C. RGB value is (19,13,28). Sum of RGB (Red+Green+Blue) = 19+13+28=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #130D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D1C is #ECF2E3. Grayscale: #101010. Windows color (decimal): -15528676 or 1838355. OLE color: 1838355.

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

Color convert

RGB 19 13 28 -
CMYK 0.32 0.54 0 0.89
HSL 264º 0.37% 0.08% -
HSV(B) 264º 0.54% 0.11% -
XYZ 0.62 0.51 1.16 -
YUV 16.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 19 13 28 0.32 0.54 0 0.89 264 0.37 0.08
Hex 13 D 1C 20 36 0 59 108 25 8
Octal 23 15 34 40 66 0 131 410 45 10
Binary 10011 1101 11100 100000 110110 0 1011001 100001000 100101 1000

Color Harmonies of #130D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D1C

Black with #130D1C

Text Example


Text Example

White with #130D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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