Html Css Color HEX #130C14 Blackcurrant

📋 copy color: '#130C14'

red 19 ◦ green 12 ◦ blue 20

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

Shades of Blackcurrant #130C14

Tints of Blackcurrant #130C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 39.22%

R = 37.25%
G = 23.53%
B = 39.22%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130C14 (or 0x130C14) is known color: Blackcurrant. HEX triplet: 13, 0C and 14. RGB value is (19,12,20). Sum of RGB (Red+Green+Blue) = 19+12+20=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: blue. Hex color #130C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C14 is #ECF3EB. Grayscale: #0E0E0E. Windows color (decimal): -15528940 or 1313811. OLE color: 1313811.

HSL color Cylindrical-coordinate representation of color #130C14: hue angle of 292.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #130C14 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 12 20 -
CMYK 0.05 0.40 0 0.92
HSL 292.5º 0.25% 0.06% -
HSV(B) 292.5º 0.4% 0.08% -
XYZ 0.53 0.45 0.72 -
YUV 15.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 19 12 20 0.05 0.40 0 0.92 292.5 0.25 0.06
Hex 13 C 14 5 28 0 5C 124 19 6
Octal 23 14 24 5 50 0 134 444 31 6
Binary 10011 1100 10100 101 101000 0 1011100 100100100 11001 110

Color Harmonies of #130C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C14

Black with #130C14

Text Example


Text Example

White with #130C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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