Html Css Color HEX #151218 Blackcurrant

📋 copy color: '#151218'

red 21 ◦ green 18 ◦ blue 24

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

Shades of Blackcurrant #151218

Tints of Blackcurrant #151218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.57%

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

R = 33.33%
G = 28.57%
B = 38.1%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#151218 (or 0x151218) is known color: Blackcurrant. HEX triplet: 15, 12 and 18. RGB value is (21,18,24). Sum of RGB (Red+Green+Blue) = 21+18+24=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 24 - color contains mainly: blue. Hex color #151218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151218 is #EAEDE7. Grayscale: #131313. Windows color (decimal): -15396328 or 1577493. OLE color: 1577493.

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

Color convert

RGB 21 18 24 -
CMYK 0.13 0.25 0 0.91
HSL 270º 0.14% 0.08% -
HSV(B) 270º 0.25% 0.09% -
XYZ 0.69 0.66 0.95 -
YUV 19.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 21 18 24 0.13 0.25 0 0.91 270 0.14 0.08
Hex 15 12 18 D 19 0 5B 10E E 8
Octal 25 22 30 15 31 0 133 416 16 10
Binary 10101 10010 11000 1101 11001 0 1011011 100001110 1110 1000

Color Harmonies of #151218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151218

Black with #151218

Text Example


Text Example

White with #151218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151218; }

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

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

background-color css

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

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

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

border-color css

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

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

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