Html Css Color HEX #14002C Blackcurrant

📋 copy color: '#14002C'

red 20 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #14002C

Tints of Blackcurrant #14002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 68.75%

R = 31.25%
G = 0%
B = 68.75%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14002C (or 0x14002C) is known color: Blackcurrant. HEX triplet: 14, 00 and 2C. RGB value is (20,0,44). Sum of RGB (Red+Green+Blue) = 20+0+44=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 44 (17.58% from 255 or 68.75% from 64); Max value from RGB is 44 - color contains mainly: blue. Hex color #14002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14002C is #EBFFD3. Grayscale: #0A0A0A. Windows color (decimal): -15466452 or 2883604. OLE color: 2883604.

HSL color Cylindrical-coordinate representation of color #14002C: hue angle of 267.27º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14002C is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 0 44 -
CMYK 0.55 1 0 0.83
HSL 267.27º 1% 0.09% -
HSV(B) 267.27º 1% 0.17% -
XYZ 0.74 0.33 2.41 -
YUV 11 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 20 0 44 0.55 1 0 0.83 267.27 1 0.09
Hex 14 0 2C 37 64 0 53 10B 64 9
Octal 24 0 54 67 144 0 123 413 144 11
Binary 10100 0 101100 110111 1100100 0 1010011 100001011 1100100 1001

Color Harmonies of #14002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14002C

Black with #14002C

Text Example


Text Example

White with #14002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,0,44); }

 H1.HeaderClassName
 {
   color: #14002C;
 }
 .AnyTagClassName
 {
   color: #14002C;
 }
</style>

background-color css

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

 a { background-color: rgb(20,0,44); }

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

border-color css

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

 span { border-color: rgb(20,0,44); }

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