Html Css Color HEX #131214 Blackcurrant

📋 copy color: '#131214'

red 19 ◦ green 18 ◦ blue 20

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

Shades of Blackcurrant #131214

Tints of Blackcurrant #131214

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.2% from 255) = 35.09%

R = 33.33%
G = 31.58%
B = 35.09%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#131214 (or 0x131214) is known color: 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

RGB 19 18 20 -
CMYK 0.05 0.10 0 0.92
HSL 270º 0.05% 0.07% -
HSV(B) 270º 0.1% 0.08% -
XYZ 0.61 0.62 0.75 -
YUV 18.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 19 18 20 0.05 0.10 0 0.92 270 0.05 0.07
Hex 13 12 14 5 A 0 5C 10E 5 7
Octal 23 22 24 5 12 0 134 416 5 7
Binary 10011 10010 10100 101 1010 0 1011100 100001110 101 111

Color Harmonies of #131214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131214

Black with #131214

Text Example


Text Example

White with #131214

Text Example


Text Example

HTML Codes & Css Web 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>