Html Css Color HEX #150419 Blackcurrant

📋 copy color: '#150419'

red 21 ◦ green 4 ◦ blue 25

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

Shades of Blackcurrant #150419

Tints of Blackcurrant #150419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8%

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

R = 42%
G = 8%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#150419 (or 0x150419) is known color: Blackcurrant. HEX triplet: 15, 04 and 19. RGB value is (21,4,25). Sum of RGB (Red+Green+Blue) = 21+4+25=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #150419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150419 is #EAFBE6. Grayscale: #0B0B0B. Windows color (decimal): -15399911 or 1639445. OLE color: 1639445.

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

Color convert

RGB 21 4 25 -
CMYK 0.16 0.84 0 0.90
HSL 288.57º 0.72% 0.06% -
HSV(B) 288.57º 0.84% 0.1% -
XYZ 0.53 0.32 0.95 -
YUV 11.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 21 4 25 0.16 0.84 0 0.90 288.57 0.72 0.06
Hex 15 4 19 10 54 0 5A 121 48 6
Octal 25 4 31 20 124 0 132 441 110 6
Binary 10101 100 11001 10000 1010100 0 1011010 100100001 1001000 110

Color Harmonies of #150419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150419

Black with #150419

Text Example


Text Example

White with #150419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150419; }

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

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

background-color css

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

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

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

border-color css

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

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

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