#14013C

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

Shades of Blackcurrant #14013C

Tints of Blackcurrant #14013C

Color information

#14013C (or 0x14013C) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 3C. RGB value is (20,1,60). Sum of RGB (Red+Green+Blue) = 20+1+60=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 60 (23.83% from 255 or 74.07% from 81); Max value from RGB is 60 - color contains mainly: blue. Hex color #14013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14013C is #EBFEC3. Grayscale: #0D0D0D. Windows color (decimal): -15466180 or 3932436. OLE color: 3932436.

HSL color Cylindrical-coordinate representation of color #14013C: hue angle of 259.32º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14013C is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB20160-
CMYK0.670.9800.76
HSL259.32º96.72%11.96%-
HSV(B)259.32º98.33%23.53%-
XYZ1.110.54.31-
YUV13.41154.29132.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 60 (23.83% from 255) = 74.07%
R=24.69%
G=1.23%
B=74.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal201600.670.9800.76259.3296.7211.96
Hex1413C436204C10361c
Octal24174103142011440314114
Binary101001111100100001111000100100110010000001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14013C; }

 p { color: rgb(20,1,60); }

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

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

 a { background-color: rgb(20,1,60); }

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

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

 span { border-color: rgb(20,1,60); }

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