Html Css Color HEX #151119 Blackcurrant

📋 copy color: '#151119'

red 21 ◦ green 17 ◦ blue 25

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

Shades of Blackcurrant #151119

Tints of Blackcurrant #151119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 26.98%

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

R = 33.33%
G = 26.98%
B = 39.68%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#151119 (or 0x151119) is known color: Blackcurrant. HEX triplet: 15, 11 and 19. RGB value is (21,17,25). Sum of RGB (Red+Green+Blue) = 21+17+25=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #151119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151119 is #EAEEE6. Grayscale: #131313. Windows color (decimal): -15396583 or 1642773. OLE color: 1642773.

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

Color convert

RGB 21 17 25 -
CMYK 0.16 0.32 0 0.90
HSL 270º 0.19% 0.08% -
HSV(B) 270º 0.32% 0.1% -
XYZ 0.69 0.63 1.01 -
YUV 19.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 21 17 25 0.16 0.32 0 0.90 270 0.19 0.08
Hex 15 11 19 10 20 0 5A 10E 13 8
Octal 25 21 31 20 40 0 132 416 23 10
Binary 10101 10001 11001 10000 100000 0 1011010 100001110 10011 1000

Color Harmonies of #151119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151119

Black with #151119

Text Example


Text Example

White with #151119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151119; }

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

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

background-color css

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

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

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

border-color css

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

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

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