Html Css Color HEX #14082D Blackcurrant

📋 copy color: '#14082D'

red 20 ◦ green 8 ◦ blue 45

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

Shades of Blackcurrant #14082D

Tints of Blackcurrant #14082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.96%

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

R = 27.4%
G = 10.96%
B = 61.64%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14082D (or 0x14082D) is known color: Blackcurrant. HEX triplet: 14, 08 and 2D. RGB value is (20,8,45). Sum of RGB (Red+Green+Blue) = 20+8+45=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #14082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14082D is #EBF7D2. Grayscale: #0F0F0F. Windows color (decimal): -15464403 or 2951188. OLE color: 2951188.

HSL color Cylindrical-coordinate representation of color #14082D: hue angle of 259.46º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14082D is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 8 45 -
CMYK 0.56 0.82 0 0.82
HSL 259.46º 0.7% 0.1% -
HSV(B) 259.46º 0.82% 0.18% -
XYZ 0.85 0.51 2.54 -
YUV 15.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 20 8 45 0.56 0.82 0 0.82 259.46 0.7 0.1
Hex 14 8 2D 38 52 0 52 103 46 A
Octal 24 10 55 70 122 0 122 403 106 12
Binary 10100 1000 101101 111000 1010010 0 1010010 100000011 1000110 1010

Color Harmonies of #14082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14082D

Black with #14082D

Text Example


Text Example

White with #14082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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