Html Css Color HEX #130129 Blackcurrant

📋 copy color: '#130129'

red 19 ◦ green 1 ◦ blue 41

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

Shades of Blackcurrant #130129

Tints of Blackcurrant #130129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 67.21%

R = 31.15%
G = 1.64%
B = 67.21%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130129 (or 0x130129) is known color: Blackcurrant. HEX triplet: 13, 01 and 29. RGB value is (19,1,41). Sum of RGB (Red+Green+Blue) = 19+1+41=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #130129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130129 is #ECFED6. Grayscale: #0A0A0A. Windows color (decimal): -15531735 or 2687251. OLE color: 2687251.

HSL color Cylindrical-coordinate representation of color #130129: hue angle of 267º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130129 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 1 41 -
CMYK 0.54 0.98 0 0.84
HSL 267º 0.95% 0.08% -
HSV(B) 267º 0.98% 0.16% -
XYZ 0.68 0.32 2.12 -
YUV 10.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 19 1 41 0.54 0.98 0 0.84 267 0.95 0.08
Hex 13 1 29 36 62 0 54 10B 5F 8
Octal 23 1 51 66 142 0 124 413 137 10
Binary 10011 1 101001 110110 1100010 0 1010100 100001011 1011111 1000

Color Harmonies of #130129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130129

Black with #130129

Text Example


Text Example

White with #130129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130129; }

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

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

background-color css

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

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

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

border-color css

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

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

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