Html Css Color HEX #15011A Blackcurrant

📋 copy color: '#15011A'

red 21 ◦ green 1 ◦ blue 26

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

Shades of Blackcurrant #15011A

Tints of Blackcurrant #15011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.08%

 BLUE value IS 26 (10.55% from 255) = 54.17%

R = 43.75%
G = 2.08%
B = 54.17%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#15011A (or 0x15011A) is known color: Blackcurrant. HEX triplet: 15, 01 and 1A. RGB value is (21,1,26). Sum of RGB (Red+Green+Blue) = 21+1+26=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #15011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15011A is #EAFEE5. Grayscale: #090909. Windows color (decimal): -15400678 or 1704213. OLE color: 1704213.

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

Color convert

RGB 21 1 26 -
CMYK 0.19 0.96 0 0.90
HSL 288º 0.93% 0.05% -
HSV(B) 288º 0.96% 0.1% -
XYZ 0.51 0.26 1 -
YUV 9.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 21 1 26 0.19 0.96 0 0.90 288 0.93 0.05
Hex 15 1 1A 13 60 0 5A 120 5D 5
Octal 25 1 32 23 140 0 132 440 135 5
Binary 10101 1 11010 10011 1100000 0 1011010 100100000 1011101 101

Color Harmonies of #15011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15011A

Black with #15011A

Text Example


Text Example

White with #15011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15011A; }

 p { color: rgb(21,1,26); }

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

background-color css

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

 a { background-color: rgb(21,1,26); }

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

border-color css

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

 span { border-color: rgb(21,1,26); }

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