Html Css Color HEX #131015 Blackcurrant

📋 copy color: '#131015'

red 19 ◦ green 16 ◦ blue 21

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

Shades of Blackcurrant #131015

Tints of Blackcurrant #131015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 28.57%

 BLUE value IS 21 (8.59% from 255) = 37.5%

R = 33.93%
G = 28.57%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#131015 (or 0x131015) is known color: Blackcurrant. HEX triplet: 13, 10 and 15. RGB value is (19,16,21). Sum of RGB (Red+Green+Blue) = 19+16+21=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 21 - color contains mainly: blue. Hex color #131015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131015 is #ECEFEA. Grayscale: #111111. Windows color (decimal): -15527915 or 1380371. OLE color: 1380371.

HSL color Cylindrical-coordinate representation of color #131015: hue angle of 276º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131015 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 16 21 -
CMYK 0.10 0.24 0 0.92
HSL 276º 0.14% 0.07% -
HSV(B) 276º 0.24% 0.08% -
XYZ 0.59 0.56 0.79 -
YUV 17.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 19 16 21 0.10 0.24 0 0.92 276 0.14 0.07
Hex 13 10 15 A 18 0 5C 114 E 7
Octal 23 20 25 12 30 0 134 424 16 7
Binary 10011 10000 10101 1010 11000 0 1011100 100010100 1110 111

Color Harmonies of #131015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131015

Black with #131015

Text Example


Text Example

White with #131015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131015; }

 p { color: rgb(19,16,21); }

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

background-color css

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

 a { background-color: rgb(19,16,21); }

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

border-color css

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

 span { border-color: rgb(19,16,21); }

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