Html Css Color HEX #150219 Blackcurrant

📋 copy color: '#150219'

red 21 ◦ green 2 ◦ blue 25

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

Shades of Blackcurrant #150219

Tints of Blackcurrant #150219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.17%

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

R = 43.75%
G = 4.17%
B = 52.08%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#150219 (or 0x150219) is known color: Blackcurrant. HEX triplet: 15, 02 and 19. RGB value is (21,2,25). Sum of RGB (Red+Green+Blue) = 21+2+25=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #150219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150219 is #EAFDE6. Grayscale: #0A0A0A. Windows color (decimal): -15400423 or 1638933. OLE color: 1638933.

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

Color convert

RGB 21 2 25 -
CMYK 0.16 0.92 0 0.90
HSL 289.57º 0.85% 0.05% -
HSV(B) 289.57º 0.92% 0.1% -
XYZ 0.51 0.27 0.95 -
YUV 10.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 21 2 25 0.16 0.92 0 0.90 289.57 0.85 0.05
Hex 15 2 19 10 5C 0 5A 122 55 5
Octal 25 2 31 20 134 0 132 442 125 5
Binary 10101 10 11001 10000 1011100 0 1011010 100100010 1010101 101

Color Harmonies of #150219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150219

Black with #150219

Text Example


Text Example

White with #150219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150219; }

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

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

background-color css

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

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

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

border-color css

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

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

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