Html Css Color HEX #340E44 Blackcurrant

📋 copy color: '#340E44'

red 52 ◦ green 14 ◦ blue 68

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

Shades of Blackcurrant #340E44

Tints of Blackcurrant #340E44

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.45%

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

R = 38.81%
G = 10.45%
B = 50.75%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#340E44 (or 0x340E44) is known color: Blackcurrant. HEX triplet: 34, 0E and 44. RGB value is (52,14,68). Sum of RGB (Red+Green+Blue) = 52+14+68=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #340E44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E44 is #CBF1BB. Grayscale: #1F1F1F. Windows color (decimal): -13365692 or 4460084. OLE color: 4460084.

HSL color Cylindrical-coordinate representation of color #340E44: hue angle of 282.22º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340E44 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 14 68 -
CMYK 0.24 0.79 0 0.73
HSL 282.22º 0.66% 0.16% -
HSV(B) 282.22º 0.79% 0.27% -
XYZ 2.62 1.46 5.61 -
YUV 31.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 52 14 68 0.24 0.79 0 0.73 282.22 0.66 0.16
Hex 34 E 44 18 4F 0 49 11A 42 10
Octal 64 16 104 30 117 0 111 432 102 20
Binary 110100 1110 1000100 11000 1001111 0 1001001 100011010 1000010 10000

Color Harmonies of #340E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E44

Black with #340E44

Text Example


Text Example

White with #340E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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