Html Css Color HEX #121013 Blackcurrant

📋 copy color: '#121013'

red 18 ◦ green 16 ◦ blue 19

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

Shades of Blackcurrant #121013

Tints of Blackcurrant #121013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 35.85%

R = 33.96%
G = 30.19%
B = 35.85%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#121013 (or 0x121013) is known color: Blackcurrant. HEX triplet: 12, 10 and 13. RGB value is (18,16,19). Sum of RGB (Red+Green+Blue) = 18+16+19=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 19 - color contains mainly: blue. Hex color #121013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121013 is #EDEFEC. Grayscale: #101010. Windows color (decimal): -15593453 or 1249298. OLE color: 1249298.

HSL color Cylindrical-coordinate representation of color #121013: hue angle of 280º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #121013 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 16 19 -
CMYK 0.05 0.16 0 0.93
HSL 280º 0.09% 0.07% -
HSV(B) 280º 0.16% 0.07% -
XYZ 0.55 0.55 0.69 -
YUV 16.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 18 16 19 0.05 0.16 0 0.93 280 0.09 0.07
Hex 12 10 13 5 10 0 5D 118 9 7
Octal 22 20 23 5 20 0 135 430 11 7
Binary 10010 10000 10011 101 10000 0 1011101 100011000 1001 111

Color Harmonies of #121013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121013

Black with #121013

Text Example


Text Example

White with #121013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121013; }

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

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

background-color css

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

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

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

border-color css

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

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

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