Html Css Color HEX #14002F Blackcurrant

📋 copy color: '#14002F'

red 20 ◦ green 0 ◦ blue 47

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

Shades of Blackcurrant #14002F

Tints of Blackcurrant #14002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 70.15%

R = 29.85%
G = 0%
B = 70.15%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14002F (or 0x14002F) is known color: Blackcurrant. HEX triplet: 14, 00 and 2F. RGB value is (20,0,47). Sum of RGB (Red+Green+Blue) = 20+0+47=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #14002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14002F is #EBFFD0. Grayscale: #0B0B0B. Windows color (decimal): -15466449 or 3080212. OLE color: 3080212.

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

Color convert

RGB 20 0 47 -
CMYK 0.57 1 0 0.82
HSL 265.53º 1% 0.09% -
HSV(B) 265.53º 1% 0.18% -
XYZ 0.8 0.35 2.72 -
YUV 11.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 20 0 47 0.57 1 0 0.82 265.53 1 0.09
Hex 14 0 2F 39 64 0 52 10A 64 9
Octal 24 0 57 71 144 0 122 412 144 11
Binary 10100 0 101111 111001 1100100 0 1010010 100001010 1100100 1001

Color Harmonies of #14002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14002F

Black with #14002F

Text Example


Text Example

White with #14002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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