Html Css Color HEX #121014 Blackcurrant

📋 copy color: '#121014'

red 18 ◦ green 16 ◦ blue 20

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

Shades of Blackcurrant #121014

Tints of Blackcurrant #121014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 37.04%

R = 33.33%
G = 29.63%
B = 37.04%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#121014 (or 0x121014) is known color: Blackcurrant. HEX triplet: 12, 10 and 14. RGB value is (18,16,20). Sum of RGB (Red+Green+Blue) = 18+16+20=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 20 - color contains mainly: blue. Hex color #121014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121014 is #EDEFEB. Grayscale: #111111. Windows color (decimal): -15593452 or 1314834. OLE color: 1314834.

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

Color convert

RGB 18 16 20 -
CMYK 0.10 0.20 0 0.92
HSL 270º 0.11% 0.07% -
HSV(B) 270º 0.2% 0.08% -
XYZ 0.56 0.55 0.74 -
YUV 17.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 18 16 20 0.10 0.20 0 0.92 270 0.11 0.07
Hex 12 10 14 A 14 0 5C 10E B 7
Octal 22 20 24 12 24 0 134 416 13 7
Binary 10010 10000 10100 1010 10100 0 1011100 100001110 1011 111

Color Harmonies of #121014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121014

Black with #121014

Text Example


Text Example

White with #121014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121014; }

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

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

background-color css

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

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

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

border-color css

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

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

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