Html Css Color HEX #151019 Blackcurrant

📋 copy color: '#151019'

red 21 ◦ green 16 ◦ blue 25

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

Shades of Blackcurrant #151019

Tints of Blackcurrant #151019

RGB

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

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

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

R = 33.87%
G = 25.81%
B = 40.32%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#151019 (or 0x151019) is known color: Blackcurrant. HEX triplet: 15, 10 and 19. RGB value is (21,16,25). Sum of RGB (Red+Green+Blue) = 21+16+25=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 25 - color contains mainly: blue. Hex color #151019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151019 is #EAEFE6. Grayscale: #121212. Windows color (decimal): -15396839 or 1642517. OLE color: 1642517.

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

Color convert

RGB 21 16 25 -
CMYK 0.16 0.36 0 0.90
HSL 273.33º 0.22% 0.08% -
HSV(B) 273.33º 0.36% 0.1% -
XYZ 0.67 0.6 1 -
YUV 18.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 21 16 25 0.16 0.36 0 0.90 273.33 0.22 0.08
Hex 15 10 19 10 24 0 5A 111 16 8
Octal 25 20 31 20 44 0 132 421 26 10
Binary 10101 10000 11001 10000 100100 0 1011010 100010001 10110 1000

Color Harmonies of #151019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151019

Black with #151019

Text Example


Text Example

White with #151019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151019; }

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

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

background-color css

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

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

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

border-color css

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

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

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