Html Css Color HEX #150019 Blackcurrant

📋 copy color: '#150019'

red 21 ◦ green 0 ◦ blue 25

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

Shades of Blackcurrant #150019

Tints of Blackcurrant #150019

RGB

 RED value IS 21 (8.59% from 255) = 45.65%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 54.35%

R = 45.65%
G = 0%
B = 54.35%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#150019 (or 0x150019) is known color: Blackcurrant. HEX triplet: 15, 00 and 19. RGB value is (21,0,25). Sum of RGB (Red+Green+Blue) = 21+0+25=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #150019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150019 is #EAFFE6. Grayscale: #090909. Windows color (decimal): -15400935 or 1638421. OLE color: 1638421.

HSL color Cylindrical-coordinate representation of color #150019: hue angle of 290.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150019 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 21 0 25 -
CMYK 0.16 1 0 0.90
HSL 290.4º 1% 0.05% -
HSV(B) 290.4º 1% 0.1% -
XYZ 0.48 0.23 0.94 -
YUV 9.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 21 0 25 0.16 1 0 0.90 290.4 1 0.05
Hex 15 0 19 10 64 0 5A 122 64 5
Octal 25 0 31 20 144 0 132 442 144 5
Binary 10101 0 11001 10000 1100100 0 1011010 100100010 1100100 101

Color Harmonies of #150019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150019

Black with #150019

Text Example


Text Example

White with #150019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150019; }

 p { color: rgb(21,0,25); }

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

background-color css

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

 a { background-color: rgb(21,0,25); }

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

border-color css

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

 span { border-color: rgb(21,0,25); }

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