Html Css Color HEX #14012D Blackcurrant

📋 copy color: '#14012D'

red 20 ◦ green 1 ◦ blue 45

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

Shades of Blackcurrant #14012D

Tints of Blackcurrant #14012D

RGB

 RED value IS 20 (8.2% from 255) = 30.3%

 GREEN value IS 1 (0.78% from 255) = 1.52%

 BLUE value IS 45 (17.97% from 255) = 68.18%

R = 30.3%
G = 1.52%
B = 68.18%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14012D (or 0x14012D) is known color: Blackcurrant. HEX triplet: 14, 01 and 2D. RGB value is (20,1,45). Sum of RGB (Red+Green+Blue) = 20+1+45=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #14012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14012D is #EBFED2. Grayscale: #0B0B0B. Windows color (decimal): -15466195 or 2949396. OLE color: 2949396.

HSL color Cylindrical-coordinate representation of color #14012D: hue angle of 265.91º 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 #14012D is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 1 45 -
CMYK 0.56 0.98 0 0.82
HSL 265.91º 0.96% 0.09% -
HSV(B) 265.91º 0.98% 0.18% -
XYZ 0.77 0.36 2.51 -
YUV 11.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 20 1 45 0.56 0.98 0 0.82 265.91 0.96 0.09
Hex 14 1 2D 38 62 0 52 10A 60 9
Octal 24 1 55 70 142 0 122 412 140 11
Binary 10100 1 101101 111000 1100010 0 1010010 100001010 1100000 1001

Color Harmonies of #14012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14012D

Black with #14012D

Text Example


Text Example

White with #14012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14012D;
 }
 .AnyTagClassName
 {
   color: #14012D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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