Html Css Color HEX #121015 Blackcurrant

📋 copy color: '#121015'

red 18 ◦ green 16 ◦ blue 21

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

Shades of Blackcurrant #121015

Tints of Blackcurrant #121015

RGB

 RED value IS 18 (7.42% from 255) = 32.73%

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

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

R = 32.73%
G = 29.09%
B = 38.18%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#121015 (or 0x121015) is known color: Blackcurrant. HEX triplet: 12, 10 and 15. RGB value is (18,16,21). Sum of RGB (Red+Green+Blue) = 18+16+21=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: blue. Hex color #121015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121015 is #EDEFEA. Grayscale: #111111. Windows color (decimal): -15593451 or 1380370. OLE color: 1380370.

HSL color Cylindrical-coordinate representation of color #121015: hue angle of 264º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #121015 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 16 21 -
CMYK 0.14 0.24 0 0.92
HSL 264º 0.14% 0.07% -
HSV(B) 264º 0.24% 0.08% -
XYZ 0.57 0.55 0.79 -
YUV 17.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 18 16 21 0.14 0.24 0 0.92 264 0.14 0.07
Hex 12 10 15 E 18 0 5C 108 E 7
Octal 22 20 25 16 30 0 134 410 16 7
Binary 10010 10000 10101 1110 11000 0 1011100 100001000 1110 111

Color Harmonies of #121015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121015

Black with #121015

Text Example


Text Example

White with #121015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121015; }

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

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

background-color css

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

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

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

border-color css

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

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

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