Html Css Color HEX #14052F Blackcurrant

📋 copy color: '#14052F'

red 20 ◦ green 5 ◦ blue 47

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

Shades of Blackcurrant #14052F

Tints of Blackcurrant #14052F

RGB

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

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

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

R = 27.78%
G = 6.94%
B = 65.28%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14052F (or 0x14052F) is known color: Blackcurrant. HEX triplet: 14, 05 and 2F. RGB value is (20,5,47). Sum of RGB (Red+Green+Blue) = 20+5+47=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #14052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14052F is #EBFAD0. Grayscale: #0E0E0E. Windows color (decimal): -15465169 or 3081492. OLE color: 3081492.

HSL color Cylindrical-coordinate representation of color #14052F: hue angle of 261.43º degrees, saturation: 0.81, 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 #14052F is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 5 47 -
CMYK 0.57 0.89 0 0.82
HSL 261.43º 0.81% 0.1% -
HSV(B) 261.43º 0.89% 0.18% -
XYZ 0.86 0.46 2.73 -
YUV 14.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 20 5 47 0.57 0.89 0 0.82 261.43 0.81 0.1
Hex 14 5 2F 39 59 0 52 105 51 A
Octal 24 5 57 71 131 0 122 405 121 12
Binary 10100 101 101111 111001 1011001 0 1010010 100000101 1010001 1010

Color Harmonies of #14052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14052F

Black with #14052F

Text Example


Text Example

White with #14052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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