Html Css Color HEX #151018 Blackcurrant

📋 copy color: '#151018'

red 21 ◦ green 16 ◦ blue 24

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

Shades of Blackcurrant #151018

Tints of Blackcurrant #151018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 26.23%

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

R = 34.43%
G = 26.23%
B = 39.34%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#151018 (or 0x151018) is known color: Blackcurrant. HEX triplet: 15, 10 and 18. RGB value is (21,16,24). Sum of RGB (Red+Green+Blue) = 21+16+24=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #151018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151018 is #EAEFE7. Grayscale: #121212. Windows color (decimal): -15396840 or 1576981. OLE color: 1576981.

HSL color Cylindrical-coordinate representation of color #151018: hue angle of 277.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #151018 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 21 16 24 -
CMYK 0.13 0.33 0 0.91
HSL 277.5º 0.2% 0.08% -
HSV(B) 277.5º 0.33% 0.09% -
XYZ 0.66 0.6 0.94 -
YUV 18.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 21 16 24 0.13 0.33 0 0.91 277.5 0.2 0.08
Hex 15 10 18 D 21 0 5B 116 14 8
Octal 25 20 30 15 41 0 133 426 24 10
Binary 10101 10000 11000 1101 100001 0 1011011 100010110 10100 1000

Color Harmonies of #151018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151018

Black with #151018

Text Example


Text Example

White with #151018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151018; }

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

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

background-color css

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

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

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

border-color css

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

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

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