Html Css Color HEX #130829 Blackcurrant

📋 copy color: '#130829'

red 19 ◦ green 8 ◦ blue 41

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

Shades of Blackcurrant #130829

Tints of Blackcurrant #130829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.76%

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

R = 27.94%
G = 11.76%
B = 60.29%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#130829 (or 0x130829) is known color: Blackcurrant. HEX triplet: 13, 08 and 29. RGB value is (19,8,41). Sum of RGB (Red+Green+Blue) = 19+8+41=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #130829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130829 is #ECF7D6. Grayscale: #0E0E0E. Windows color (decimal): -15529943 or 2689043. OLE color: 2689043.

HSL color Cylindrical-coordinate representation of color #130829: hue angle of 260º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #130829 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 8 41 -
CMYK 0.54 0.80 0 0.84
HSL 260º 0.67% 0.1% -
HSV(B) 260º 0.8% 0.16% -
XYZ 0.76 0.47 2.15 -
YUV 15.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 19 8 41 0.54 0.80 0 0.84 260 0.67 0.1
Hex 13 8 29 36 50 0 54 104 43 A
Octal 23 10 51 66 120 0 124 404 103 12
Binary 10011 1000 101001 110110 1010000 0 1010100 100000100 1000011 1010

Color Harmonies of #130829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130829

Black with #130829

Text Example


Text Example

White with #130829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130829; }

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

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

background-color css

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

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

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

border-color css

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

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

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