Html Css Color HEX #130824 Blackcurrant

📋 copy color: '#130824'

red 19 ◦ green 8 ◦ blue 36

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

Shades of Blackcurrant #130824

Tints of Blackcurrant #130824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 57.14%

R = 30.16%
G = 12.7%
B = 57.14%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130824 (or 0x130824) is known color: Blackcurrant. HEX triplet: 13, 08 and 24. RGB value is (19,8,36). Sum of RGB (Red+Green+Blue) = 19+8+36=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #130824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130824 is #ECF7DB. Grayscale: #0E0E0E. Windows color (decimal): -15529948 or 2361363. OLE color: 2361363.

HSL color Cylindrical-coordinate representation of color #130824: hue angle of 263.57º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130824 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 8 36 -
CMYK 0.47 0.78 0 0.86
HSL 263.57º 0.64% 0.09% -
HSV(B) 263.57º 0.78% 0.14% -
XYZ 0.67 0.44 1.72 -
YUV 14.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 19 8 36 0.47 0.78 0 0.86 263.57 0.64 0.09
Hex 13 8 24 2F 4E 0 56 108 40 9
Octal 23 10 44 57 116 0 126 410 100 11
Binary 10011 1000 100100 101111 1001110 0 1010110 100001000 1000000 1001

Color Harmonies of #130824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130824

Black with #130824

Text Example


Text Example

White with #130824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130824; }

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

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

background-color css

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

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

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

border-color css

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

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

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