Html Css Color HEX #150918 Blackcurrant

📋 copy color: '#150918'

red 21 ◦ green 9 ◦ blue 24

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

Shades of Blackcurrant #150918

Tints of Blackcurrant #150918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 44.44%

R = 38.89%
G = 16.67%
B = 44.44%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#150918 (or 0x150918) is known color: Blackcurrant. HEX triplet: 15, 09 and 18. RGB value is (21,9,24). Sum of RGB (Red+Green+Blue) = 21+9+24=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #150918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150918 is #EAF6E7. Grayscale: #0E0E0E. Windows color (decimal): -15398632 or 1575189. OLE color: 1575189.

HSL color Cylindrical-coordinate representation of color #150918: hue angle of 288º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150918 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 21 9 24 -
CMYK 0.13 0.63 0 0.91
HSL 288º 0.45% 0.06% -
HSV(B) 288º 0.63% 0.09% -
XYZ 0.57 0.42 0.92 -
YUV 14.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 21 9 24 0.13 0.63 0 0.91 288 0.45 0.06
Hex 15 9 18 D 3F 0 5B 120 2D 6
Octal 25 11 30 15 77 0 133 440 55 6
Binary 10101 1001 11000 1101 111111 0 1011011 100100000 101101 110

Color Harmonies of #150918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150918

Black with #150918

Text Example


Text Example

White with #150918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150918; }

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

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

background-color css

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

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

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

border-color css

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

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

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