Html Css Color HEX #34174C Blackcurrant

📋 copy color: '#34174C'

red 52 ◦ green 23 ◦ blue 76

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

Shades of Blackcurrant #34174C

Tints of Blackcurrant #34174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 50.33%

R = 34.44%
G = 15.23%
B = 50.33%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34174C (or 0x34174C) is known color: Blackcurrant. HEX triplet: 34, 17 and 4C. RGB value is (52,23,76). Sum of RGB (Red+Green+Blue) = 52+23+76=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #34174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34174C is #CBE8B3. Grayscale: #252525. Windows color (decimal): -13363380 or 4986676. OLE color: 4986676.

HSL color Cylindrical-coordinate representation of color #34174C: hue angle of 272.83º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34174C is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 23 76 -
CMYK 0.32 0.70 0 0.70
HSL 272.83º 0.54% 0.19% -
HSV(B) 272.83º 0.7% 0.3% -
XYZ 3.03 1.86 7.04 -
YUV 37.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 52 23 76 0.32 0.70 0 0.70 272.83 0.54 0.19
Hex 34 17 4C 20 46 0 46 111 36 13
Octal 64 27 114 40 106 0 106 421 66 23
Binary 110100 10111 1001100 100000 1000110 0 1000110 100010001 110110 10011

Color Harmonies of #34174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34174C

Black with #34174C

Text Example


Text Example

White with #34174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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