Html Css Color HEX #130816 Blackcurrant

📋 copy color: '#130816'

red 19 ◦ green 8 ◦ blue 22

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

Shades of Blackcurrant #130816

Tints of Blackcurrant #130816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 44.9%

R = 38.78%
G = 16.33%
B = 44.9%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130816 (or 0x130816) is known color: Blackcurrant. HEX triplet: 13, 08 and 16. RGB value is (19,8,22). Sum of RGB (Red+Green+Blue) = 19+8+22=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #130816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130816 is #ECF7E9. Grayscale: #0C0C0C. Windows color (decimal): -15529962 or 1443859. OLE color: 1443859.

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

Color convert

RGB 19 8 22 -
CMYK 0.14 0.64 0 0.91
HSL 287.14º 0.47% 0.06% -
HSV(B) 287.14º 0.64% 0.09% -
XYZ 0.5 0.37 0.8 -
YUV 12.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 19 8 22 0.14 0.64 0 0.91 287.14 0.47 0.06
Hex 13 8 16 E 40 0 5B 11F 2F 6
Octal 23 10 26 16 100 0 133 437 57 6
Binary 10011 1000 10110 1110 1000000 0 1011011 100011111 101111 110

Color Harmonies of #130816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130816

Black with #130816

Text Example


Text Example

White with #130816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130816; }

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

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

background-color css

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

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

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

border-color css

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

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

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