Html Css Color HEX #340144 Blackcurrant

📋 copy color: '#340144'

red 52 ◦ green 1 ◦ blue 68

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

Shades of Blackcurrant #340144

Tints of Blackcurrant #340144

RGB

 RED value IS 52 (20.7% from 255) = 42.98%

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 68 (26.95% from 255) = 56.2%

R = 42.98%
G = 0.83%
B = 56.2%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#340144 (or 0x340144) is known color: Blackcurrant. HEX triplet: 34, 01 and 44. RGB value is (52,1,68). Sum of RGB (Red+Green+Blue) = 52+1+68=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #340144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340144 is #CBFEBB. Grayscale: #171717. Windows color (decimal): -13369020 or 4456756. OLE color: 4456756.

HSL color Cylindrical-coordinate representation of color #340144: hue angle of 285.67º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340144 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 1 68 -
CMYK 0.24 0.99 0 0.73
HSL 285.67º 0.97% 0.14% -
HSV(B) 285.67º 0.99% 0.27% -
XYZ 2.47 1.17 5.56 -
YUV 23.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 52 1 68 0.24 0.99 0 0.73 285.67 0.97 0.14
Hex 34 1 44 18 63 0 49 11E 61 E
Octal 64 1 104 30 143 0 111 436 141 16
Binary 110100 1 1000100 11000 1100011 0 1001001 100011110 1100001 1110

Color Harmonies of #340144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340144

Black with #340144

Text Example


Text Example

White with #340144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340144; }

 p { color: rgb(52,1,68); }

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

background-color css

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

 a { background-color: rgb(52,1,68); }

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

border-color css

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

 span { border-color: rgb(52,1,68); }

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