#14072F

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

Shades of Blackcurrant #14072F

Tints of Blackcurrant #14072F

Color information

#14072F (or 0x14072F) is unknown color: approx Blackcurrant. HEX triplet: 14, 07 and 2F. RGB value is (20,7,47). Sum of RGB (Red+Green+Blue) = 20+7+47=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #14072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14072F is #EBF8D0. Grayscale: #0F0F0F. Windows color (decimal): -15464657 or 3082004. OLE color: 3082004.

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

Color convert

RGB20747-
CMYK0.570.8500.82
HSL259.5º74.07%10.59%-
HSV(B)259.5º85.11%18.43%-
XYZ0.880.512.74-
YUV15.45145.81131.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 7 (3.12% from 255) = 9.46%
BLUE value IS 47 (18.75% from 255) = 63.51%
R=27.03%
G=9.46%
B=63.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal207470.570.8500.82259.574.0710.59
Hex1472F39550521044ab
Octal2475771125012240411213
Binary1010011110111111100110101010101001010000010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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