Html Css Color HEX #130C19 Blackcurrant

📋 copy color: '#130C19'

red 19 ◦ green 12 ◦ blue 25

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

Shades of Blackcurrant #130C19

Tints of Blackcurrant #130C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 21.43%

 BLUE value IS 25 (10.16% from 255) = 44.64%

R = 33.93%
G = 21.43%
B = 44.64%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#130C19 (or 0x130C19) is known color: Blackcurrant. HEX triplet: 13, 0C and 19. RGB value is (19,12,25). Sum of RGB (Red+Green+Blue) = 19+12+25=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #130C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C19 is #ECF3E6. Grayscale: #0F0F0F. Windows color (decimal): -15528935 or 1641491. OLE color: 1641491.

HSL color Cylindrical-coordinate representation of color #130C19: hue angle of 272.31º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #130C19 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 12 25 -
CMYK 0.24 0.52 0 0.90
HSL 272.31º 0.35% 0.07% -
HSV(B) 272.31º 0.52% 0.1% -
XYZ 0.58 0.47 0.98 -
YUV 15.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 19 12 25 0.24 0.52 0 0.90 272.31 0.35 0.07
Hex 13 C 19 18 34 0 5A 110 23 7
Octal 23 14 31 30 64 0 132 420 43 7
Binary 10011 1100 11001 11000 110100 0 1011010 100010000 100011 111

Color Harmonies of #130C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C19

Black with #130C19

Text Example


Text Example

White with #130C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,12,25); }

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

background-color css

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

 a { background-color: rgb(19,12,25); }

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

border-color css

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

 span { border-color: rgb(19,12,25); }

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