Html Css Color HEX #14052D Blackcurrant

📋 copy color: '#14052D'

red 20 ◦ green 5 ◦ blue 45

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

Shades of Blackcurrant #14052D

Tints of Blackcurrant #14052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.14%

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

R = 28.57%
G = 7.14%
B = 64.29%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14052D (or 0x14052D) is known color: Blackcurrant. HEX triplet: 14, 05 and 2D. RGB value is (20,5,45). Sum of RGB (Red+Green+Blue) = 20+5+45=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #14052D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14052D is #EBFAD2. Grayscale: #0D0D0D. Windows color (decimal): -15465171 or 2950420. OLE color: 2950420.

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

Color convert

RGB 20 5 45 -
CMYK 0.56 0.89 0 0.82
HSL 262.5º 0.8% 0.1% -
HSV(B) 262.5º 0.89% 0.18% -
XYZ 0.82 0.45 2.53 -
YUV 14.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 20 5 45 0.56 0.89 0 0.82 262.5 0.8 0.1
Hex 14 5 2D 38 59 0 52 106 50 A
Octal 24 5 55 70 131 0 122 406 120 12
Binary 10100 101 101101 111000 1011001 0 1010010 100000110 1010000 1010

Color Harmonies of #14052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14052D

Black with #14052D

Text Example


Text Example

White with #14052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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