Html Css Color HEX #34014E Blackcurrant

📋 copy color: '#34014E'

red 52 ◦ green 1 ◦ blue 78

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

Shades of Blackcurrant #34014E

Tints of Blackcurrant #34014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 59.54%

R = 39.69%
G = 0.76%
B = 59.54%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34014E (or 0x34014E) is known color: Blackcurrant. HEX triplet: 34, 01 and 4E. RGB value is (52,1,78). Sum of RGB (Red+Green+Blue) = 52+1+78=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #34014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34014E is #CBFEB1. Grayscale: #181818. Windows color (decimal): -13369010 or 5112116. OLE color: 5112116.

HSL color Cylindrical-coordinate representation of color #34014E: hue angle of 279.74º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34014E is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 1 78 -
CMYK 0.33 0.99 0 0.69
HSL 279.74º 0.97% 0.15% -
HSV(B) 279.74º 0.99% 0.31% -
XYZ 2.8 1.3 7.31 -
YUV 25.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 52 1 78 0.33 0.99 0 0.69 279.74 0.97 0.15
Hex 34 1 4E 21 63 0 45 118 61 F
Octal 64 1 116 41 143 0 105 430 141 17
Binary 110100 1 1001110 100001 1100011 0 1000101 100011000 1100001 1111

Color Harmonies of #34014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34014E

Black with #34014E

Text Example


Text Example

White with #34014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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