#14012F

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

Shades of Blackcurrant #14012F

Tints of Blackcurrant #14012F

Color information

#14012F (or 0x14012F) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 2F. RGB value is (20,1,47). Sum of RGB (Red+Green+Blue) = 20+1+47=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #14012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14012F is #EBFED0. Grayscale: #0B0B0B. Windows color (decimal): -15466193 or 3080468. OLE color: 3080468.

HSL color Cylindrical-coordinate representation of color #14012F: hue angle of 264.78º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14012F is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB20147-
CMYK0.570.9800.82
HSL264.78º95.83%9.41%-
HSV(B)264.78º97.87%18.43%-
XYZ0.810.382.72-
YUV11.92147.79133.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 47 (18.75% from 255) = 69.12%
R=29.41%
G=1.47%
B=69.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal201470.570.9800.82264.7895.839.41
Hex1412F3962052109609
Octal2415771142012241114011
Binary10100110111111100111000100101001010000100111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14012F; }

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

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

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

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

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

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

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

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