Html Css Color HEX #34174D Blackcurrant

📋 copy color: '#34174D'

red 52 ◦ green 23 ◦ blue 77

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

Shades of Blackcurrant #34174D

Tints of Blackcurrant #34174D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 50.66%

R = 34.21%
G = 15.13%
B = 50.66%

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

#34174D (or 0x34174D) is known color: Blackcurrant. HEX triplet: 34, 17 and 4D. RGB value is (52,23,77). Sum of RGB (Red+Green+Blue) = 52+23+77=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #34174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34174D is #CBE8B2. Grayscale: #252525. Windows color (decimal): -13363379 or 5052212. OLE color: 5052212.

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

Color convert

RGB 52 23 77 -
CMYK 0.32 0.70 0 0.70
HSL 272.22º 0.54% 0.2% -
HSV(B) 272.22º 0.7% 0.3% -
XYZ 3.06 1.88 7.22 -
YUV 37.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 52 23 77 0.32 0.70 0 0.70 272.22 0.54 0.2
Hex 34 17 4D 20 46 0 46 110 36 14
Octal 64 27 115 40 106 0 106 420 66 24
Binary 110100 10111 1001101 100000 1000110 0 1000110 100010000 110110 10100

Color Harmonies of #34174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34174D

Black with #34174D

Text Example


Text Example

White with #34174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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