Html Css Color HEX #34014F Blackcurrant

📋 copy color: '#34014F'

red 52 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #34014F

Tints of Blackcurrant #34014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 59.85%

R = 39.39%
G = 0.76%
B = 59.85%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34014F (or 0x34014F) is known color: Blackcurrant. HEX triplet: 34, 01 and 4F. RGB value is (52,1,79). Sum of RGB (Red+Green+Blue) = 52+1+79=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #34014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34014F is #CBFEB0. Grayscale: #181818. Windows color (decimal): -13369009 or 5177652. OLE color: 5177652.

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

Color convert

RGB 52 1 79 -
CMYK 0.34 0.99 0 0.69
HSL 279.23º 0.98% 0.16% -
HSV(B) 279.23º 0.99% 0.31% -
XYZ 2.84 1.32 7.5 -
YUV 25.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 52 1 79 0.34 0.99 0 0.69 279.23 0.98 0.16
Hex 34 1 4F 22 63 0 45 117 62 10
Octal 64 1 117 42 143 0 105 427 142 20
Binary 110100 1 1001111 100010 1100011 0 1000101 100010111 1100010 10000

Color Harmonies of #34014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34014F

Black with #34014F

Text Example


Text Example

White with #34014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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