Html Css Color HEX #130429 Blackcurrant

📋 copy color: '#130429'

red 19 ◦ green 4 ◦ blue 41

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

Shades of Blackcurrant #130429

Tints of Blackcurrant #130429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.25%

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

R = 29.69%
G = 6.25%
B = 64.06%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130429 (or 0x130429) is known color: Blackcurrant. HEX triplet: 13, 04 and 29. RGB value is (19,4,41). Sum of RGB (Red+Green+Blue) = 19+4+41=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #130429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130429 is #ECFBD6. Grayscale: #0C0C0C. Windows color (decimal): -15530967 or 2688019. OLE color: 2688019.

HSL color Cylindrical-coordinate representation of color #130429: hue angle of 264.32º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130429 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 4 41 -
CMYK 0.54 0.90 0 0.84
HSL 264.32º 0.82% 0.09% -
HSV(B) 264.32º 0.9% 0.16% -
XYZ 0.71 0.39 2.13 -
YUV 12.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 19 4 41 0.54 0.90 0 0.84 264.32 0.82 0.09
Hex 13 4 29 36 5A 0 54 108 52 9
Octal 23 4 51 66 132 0 124 410 122 11
Binary 10011 100 101001 110110 1011010 0 1010100 100001000 1010010 1001

Color Harmonies of #130429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130429

Black with #130429

Text Example


Text Example

White with #130429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130429; }

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

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

background-color css

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

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

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

border-color css

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

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

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