Html Css Color HEX #130126 Blackcurrant

📋 copy color: '#130126'

red 19 ◦ green 1 ◦ blue 38

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

Shades of Blackcurrant #130126

Tints of Blackcurrant #130126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.72%

 BLUE value IS 38 (15.23% from 255) = 65.52%

R = 32.76%
G = 1.72%
B = 65.52%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#130126 (or 0x130126) is known color: Blackcurrant. HEX triplet: 13, 01 and 26. RGB value is (19,1,38). Sum of RGB (Red+Green+Blue) = 19+1+38=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #130126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130126 is #ECFED9. Grayscale: #0A0A0A. Windows color (decimal): -15531738 or 2490643. OLE color: 2490643.

HSL color Cylindrical-coordinate representation of color #130126: hue angle of 269.19º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130126 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 1 38 -
CMYK 0.50 0.97 0 0.85
HSL 269.19º 0.95% 0.08% -
HSV(B) 269.19º 0.97% 0.15% -
XYZ 0.63 0.3 1.86 -
YUV 10.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 19 1 38 0.50 0.97 0 0.85 269.19 0.95 0.08
Hex 13 1 26 32 61 0 55 10D 5F 8
Octal 23 1 46 62 141 0 125 415 137 10
Binary 10011 1 100110 110010 1100001 0 1010101 100001101 1011111 1000

Color Harmonies of #130126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130126

Black with #130126

Text Example


Text Example

White with #130126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130126; }

 p { color: rgb(19,1,38); }

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

background-color css

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

 a { background-color: rgb(19,1,38); }

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

border-color css

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

 span { border-color: rgb(19,1,38); }

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