Html Css Color HEX #34174E Blackcurrant

📋 copy color: '#34174E'

red 52 ◦ green 23 ◦ blue 78

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

Shades of Blackcurrant #34174E

Tints of Blackcurrant #34174E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

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

R = 33.99%
G = 15.03%
B = 50.98%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34174E (or 0x34174E) is known color: Blackcurrant. HEX triplet: 34, 17 and 4E. RGB value is (52,23,78). Sum of RGB (Red+Green+Blue) = 52+23+78=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #34174E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34174E is #CBE8B1. Grayscale: #252525. Windows color (decimal): -13363378 or 5117748. OLE color: 5117748.

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

Color convert

RGB 52 23 78 -
CMYK 0.33 0.71 0 0.69
HSL 271.64º 0.54% 0.2% -
HSV(B) 271.64º 0.71% 0.31% -
XYZ 3.1 1.89 7.41 -
YUV 37.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 52 23 78 0.33 0.71 0 0.69 271.64 0.54 0.2
Hex 34 17 4E 21 47 0 45 110 36 14
Octal 64 27 116 41 107 0 105 420 66 24
Binary 110100 10111 1001110 100001 1000111 0 1000101 100010000 110110 10100

Color Harmonies of #34174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34174E

Black with #34174E

Text Example


Text Example

White with #34174E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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