Html Css Color HEX #130B1D Blackcurrant

📋 copy color: '#130B1D'

red 19 ◦ green 11 ◦ blue 29

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

Shades of Blackcurrant #130B1D

Tints of Blackcurrant #130B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 49.15%

R = 32.2%
G = 18.64%
B = 49.15%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#130B1D (or 0x130B1D) is known color: Blackcurrant. HEX triplet: 13, 0B and 1D. RGB value is (19,11,29). Sum of RGB (Red+Green+Blue) = 19+11+29=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #130B1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B1D is #ECF4E2. Grayscale: #0F0F0F. Windows color (decimal): -15529187 or 1903379. OLE color: 1903379.

HSL color Cylindrical-coordinate representation of color #130B1D: hue angle of 266.67º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #130B1D is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 11 29 -
CMYK 0.34 0.62 0 0.89
HSL 266.67º 0.45% 0.08% -
HSV(B) 266.67º 0.62% 0.11% -
XYZ 0.61 0.47 1.22 -
YUV 15.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 19 11 29 0.34 0.62 0 0.89 266.67 0.45 0.08
Hex 13 B 1D 22 3E 0 59 10B 2D 8
Octal 23 13 35 42 76 0 131 413 55 10
Binary 10011 1011 11101 100010 111110 0 1011001 100001011 101101 1000

Color Harmonies of #130B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B1D

Black with #130B1D

Text Example


Text Example

White with #130B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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