Html Css Color HEX #150919 Blackcurrant

📋 copy color: '#150919'

red 21 ◦ green 9 ◦ blue 25

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

Shades of Blackcurrant #150919

Tints of Blackcurrant #150919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.36%

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

R = 38.18%
G = 16.36%
B = 45.45%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#150919 (or 0x150919) is known color: Blackcurrant. HEX triplet: 15, 09 and 19. RGB value is (21,9,25). Sum of RGB (Red+Green+Blue) = 21+9+25=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #150919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150919 is #EAF6E6. Grayscale: #0E0E0E. Windows color (decimal): -15398631 or 1640725. OLE color: 1640725.

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

Color convert

RGB 21 9 25 -
CMYK 0.16 0.64 0 0.90
HSL 285º 0.47% 0.07% -
HSV(B) 285º 0.64% 0.1% -
XYZ 0.58 0.42 0.97 -
YUV 14.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 21 9 25 0.16 0.64 0 0.90 285 0.47 0.07
Hex 15 9 19 10 40 0 5A 11D 2F 7
Octal 25 11 31 20 100 0 132 435 57 7
Binary 10101 1001 11001 10000 1000000 0 1011010 100011101 101111 111

Color Harmonies of #150919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150919

Black with #150919

Text Example


Text Example

White with #150919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150919; }

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

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

background-color css

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

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

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

border-color css

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

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

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