#131214

Color #131214 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #131214

Tints of Blackcurrant #131214

Color information

#131214 (or 0x131214) is unknown color: approx Blackcurrant. HEX triplet: 13, 12 and 14. RGB value is (19,18,20). Sum of RGB (Red+Green+Blue) = 19+18+20=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 20 - color contains mainly: blue. Hex color #131214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131214 is #ECEDEB. Grayscale: #121212. Windows color (decimal): -15527404 or 1315347. OLE color: 1315347.

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

Color convert

RGB191820-
CMYK0.050.1000.92
HSL270º5.26%7.45%-
HSV(B)270º10%7.84%-
XYZ0.610.620.75-
YUV18.53128.83128.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=33.33%
G=31.58%
B=35.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1918200.050.1000.922705.267.45
Hex1312145A05C10e57
Octal232224512013441657
Binary100111001010100101101001011100100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131214; }

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

 H1.HeaderClassName
 {
   color: #131214;
 }
 .AnyTagClassName
 {
   color: #131214;
 }
</style>
background-color css

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

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

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

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

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

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