Html Css Color HEX #15001E Blackcurrant

📋 copy color: '#15001E'

red 21 ◦ green 0 ◦ blue 30

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

Shades of Blackcurrant #15001E

Tints of Blackcurrant #15001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 58.82%

R = 41.18%
G = 0%
B = 58.82%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#15001E (or 0x15001E) is known color: Blackcurrant. HEX triplet: 15, 00 and 1E. RGB value is (21,0,30). Sum of RGB (Red+Green+Blue) = 21+0+30=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #15001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15001E is #EAFFE1. Grayscale: #090909. Windows color (decimal): -15400930 or 1966101. OLE color: 1966101.

HSL color Cylindrical-coordinate representation of color #15001E: hue angle of 282º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15001E is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 21 0 30 -
CMYK 0.30 1 0 0.88
HSL 282º 1% 0.06% -
HSV(B) 282º 1% 0.12% -
XYZ 0.54 0.25 1.25 -
YUV 9.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 21 0 30 0.30 1 0 0.88 282 1 0.06
Hex 15 0 1E 1E 64 0 58 11A 64 6
Octal 25 0 36 36 144 0 130 432 144 6
Binary 10101 0 11110 11110 1100100 0 1011000 100011010 1100100 110

Color Harmonies of #15001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15001E

Black with #15001E

Text Example


Text Example

White with #15001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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