Html Css Color HEX #130A1A Blackcurrant

📋 copy color: '#130A1A'

red 19 ◦ green 10 ◦ blue 26

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

Shades of Blackcurrant #130A1A

Tints of Blackcurrant #130A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 47.27%

R = 34.55%
G = 18.18%
B = 47.27%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#130A1A (or 0x130A1A) is known color: Blackcurrant. HEX triplet: 13, 0A and 1A. RGB value is (19,10,26). Sum of RGB (Red+Green+Blue) = 19+10+26=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #130A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A1A is #ECF5E5. Grayscale: #0E0E0E. Windows color (decimal): -15529446 or 1706515. OLE color: 1706515.

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

Color convert

RGB 19 10 26 -
CMYK 0.27 0.62 0 0.90
HSL 273.75º 0.44% 0.07% -
HSV(B) 273.75º 0.62% 0.1% -
XYZ 0.56 0.43 1.03 -
YUV 14.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 19 10 26 0.27 0.62 0 0.90 273.75 0.44 0.07
Hex 13 A 1A 1B 3E 0 5A 112 2C 7
Octal 23 12 32 33 76 0 132 422 54 7
Binary 10011 1010 11010 11011 111110 0 1011010 100010010 101100 111

Color Harmonies of #130A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A1A

Black with #130A1A

Text Example


Text Example

White with #130A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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