Html Css Color HEX #140434 Blackcurrant

📋 copy color: '#140434'

red 20 ◦ green 4 ◦ blue 52

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

Shades of Blackcurrant #140434

Tints of Blackcurrant #140434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.26%

 BLUE value IS 52 (20.7% from 255) = 68.42%

R = 26.32%
G = 5.26%
B = 68.42%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#140434 (or 0x140434) is known color: Blackcurrant. HEX triplet: 14, 04 and 34. RGB value is (20,4,52). Sum of RGB (Red+Green+Blue) = 20+4+52=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #140434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140434 is #EBFBCB. Grayscale: #0E0E0E. Windows color (decimal): -15465420 or 3408916. OLE color: 3408916.

HSL color Cylindrical-coordinate representation of color #140434: hue angle of 260º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140434 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 4 52 -
CMYK 0.62 0.92 0 0.80
HSL 260º 0.86% 0.11% -
HSV(B) 260º 0.92% 0.2% -
XYZ 0.95 0.48 3.29 -
YUV 14.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 20 4 52 0.62 0.92 0 0.80 260 0.86 0.11
Hex 14 4 34 3E 5C 0 50 104 56 B
Octal 24 4 64 76 134 0 120 404 126 13
Binary 10100 100 110100 111110 1011100 0 1010000 100000100 1010110 1011

Color Harmonies of #140434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140434

Black with #140434

Text Example


Text Example

White with #140434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140434; }

 p { color: rgb(20,4,52); }

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

background-color css

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

 a { background-color: rgb(20,4,52); }

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

border-color css

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

 span { border-color: rgb(20,4,52); }

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