Html Css Color HEX #34134E Blackcurrant

📋 copy color: '#34134E'

red 52 ◦ green 19 ◦ blue 78

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

Shades of Blackcurrant #34134E

Tints of Blackcurrant #34134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

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

R = 34.9%
G = 12.75%
B = 52.35%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34134E (or 0x34134E) is known color: Blackcurrant. HEX triplet: 34, 13 and 4E. RGB value is (52,19,78). Sum of RGB (Red+Green+Blue) = 52+19+78=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #34134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34134E is #CBECB1. Grayscale: #232323. Windows color (decimal): -13364402 or 5116724. OLE color: 5116724.

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

Color convert

RGB 52 19 78 -
CMYK 0.33 0.76 0 0.69
HSL 273.56º 0.61% 0.19% -
HSV(B) 273.56º 0.76% 0.31% -
XYZ 3.02 1.75 7.39 -
YUV 35.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 52 19 78 0.33 0.76 0 0.69 273.56 0.61 0.19
Hex 34 13 4E 21 4C 0 45 112 3D 13
Octal 64 23 116 41 114 0 105 422 75 23
Binary 110100 10011 1001110 100001 1001100 0 1000101 100010010 111101 10011

Color Harmonies of #34134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34134E

Black with #34134E

Text Example


Text Example

White with #34134E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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