Html Css Color HEX #14012F Blackcurrant

📋 copy color: '#14012F'

red 20 ◦ green 1 ◦ blue 47

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

Shades of Blackcurrant #14012F

Tints of Blackcurrant #14012F

RGB

 RED value IS 20 (8.2% 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 value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14012F (or 0x14012F) is known color: 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

RGB 20 1 47 -
CMYK 0.57 0.98 0 0.82
HSL 264.78º 0.96% 0.09% -
HSV(B) 264.78º 0.98% 0.18% -
XYZ 0.81 0.38 2.72 -
YUV 11.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 20 1 47 0.57 0.98 0 0.82 264.78 0.96 0.09
Hex 14 1 2F 39 62 0 52 109 60 9
Octal 24 1 57 71 142 0 122 411 140 11
Binary 10100 1 101111 111001 1100010 0 1010010 100001001 1100000 1001

Color Harmonies of #14012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14012F

Black with #14012F

Text Example


Text Example

White with #14012F

Text Example


Text Example

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