Html Css Color HEX #130B20 Blackcurrant

📋 copy color: '#130B20'

red 19 ◦ green 11 ◦ blue 32

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

Shades of Blackcurrant #130B20

Tints of Blackcurrant #130B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 17.74%

 BLUE value IS 32 (12.89% from 255) = 51.61%

R = 30.65%
G = 17.74%
B = 51.61%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130B20 (or 0x130B20) is known color: Blackcurrant. HEX triplet: 13, 0B and 20. RGB value is (19,11,32). Sum of RGB (Red+Green+Blue) = 19+11+32=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #130B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B20 is #ECF4DF. Grayscale: #0F0F0F. Windows color (decimal): -15529184 or 2099987. OLE color: 2099987.

HSL color Cylindrical-coordinate representation of color #130B20: hue angle of 262.86º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #130B20 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 11 32 -
CMYK 0.41 0.66 0 0.87
HSL 262.86º 0.49% 0.08% -
HSV(B) 262.86º 0.66% 0.13% -
XYZ 0.65 0.48 1.43 -
YUV 15.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 19 11 32 0.41 0.66 0 0.87 262.86 0.49 0.08
Hex 13 B 20 29 42 0 57 107 31 8
Octal 23 13 40 51 102 0 127 407 61 10
Binary 10011 1011 100000 101001 1000010 0 1010111 100000111 110001 1000

Color Harmonies of #130B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B20

Black with #130B20

Text Example


Text Example

White with #130B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130B20; }

 p { color: rgb(19,11,32); }

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

background-color css

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

 a { background-color: rgb(19,11,32); }

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

border-color css

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

 span { border-color: rgb(19,11,32); }

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