Html Css Color HEX #130B1F Blackcurrant

📋 copy color: '#130B1F'

red 19 ◦ green 11 ◦ blue 31

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

Shades of Blackcurrant #130B1F

Tints of Blackcurrant #130B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 50.82%

R = 31.15%
G = 18.03%
B = 50.82%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#130B1F (or 0x130B1F) is known color: Blackcurrant. HEX triplet: 13, 0B and 1F. RGB value is (19,11,31). Sum of RGB (Red+Green+Blue) = 19+11+31=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #130B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B1F is #ECF4E0. Grayscale: #0F0F0F. Windows color (decimal): -15529185 or 2034451. OLE color: 2034451.

HSL color Cylindrical-coordinate representation of color #130B1F: hue angle of 264º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #130B1F is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 11 31 -
CMYK 0.39 0.65 0 0.88
HSL 264º 0.48% 0.08% -
HSV(B) 264º 0.65% 0.12% -
XYZ 0.64 0.48 1.35 -
YUV 15.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 19 11 31 0.39 0.65 0 0.88 264 0.48 0.08
Hex 13 B 1F 27 41 0 58 108 30 8
Octal 23 13 37 47 101 0 130 410 60 10
Binary 10011 1011 11111 100111 1000001 0 1011000 100001000 110000 1000

Color Harmonies of #130B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B1F

Black with #130B1F

Text Example


Text Example

White with #130B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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