Html Css Color HEX #130215 Blackcurrant

📋 copy color: '#130215'

red 19 ◦ green 2 ◦ blue 21

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

Shades of Blackcurrant #130215

Tints of Blackcurrant #130215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.76%

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

R = 45.24%
G = 4.76%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130215 (or 0x130215) is known color: Blackcurrant. HEX triplet: 13, 02 and 15. RGB value is (19,2,21). Sum of RGB (Red+Green+Blue) = 19+2+21=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #130215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130215 is #ECFDEA. Grayscale: #090909. Windows color (decimal): -15531499 or 1376787. OLE color: 1376787.

HSL color Cylindrical-coordinate representation of color #130215: hue angle of 293.68º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130215 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 2 21 -
CMYK 0.10 0.90 0 0.92
HSL 293.68º 0.83% 0.05% -
HSV(B) 293.68º 0.9% 0.08% -
XYZ 0.43 0.24 0.73 -
YUV 9.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 19 2 21 0.10 0.90 0 0.92 293.68 0.83 0.05
Hex 13 2 15 A 5A 0 5C 126 53 5
Octal 23 2 25 12 132 0 134 446 123 5
Binary 10011 10 10101 1010 1011010 0 1011100 100100110 1010011 101

Color Harmonies of #130215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130215

Black with #130215

Text Example


Text Example

White with #130215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130215; }

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

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

background-color css

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

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

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

border-color css

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

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

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