Html Css Color HEX #34114C Blackcurrant

📋 copy color: '#34114C'

red 52 ◦ green 17 ◦ blue 76

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

Shades of Blackcurrant #34114C

Tints of Blackcurrant #34114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

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

R = 35.86%
G = 11.72%
B = 52.41%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34114C (or 0x34114C) is known color: Blackcurrant. HEX triplet: 34, 11 and 4C. RGB value is (52,17,76). Sum of RGB (Red+Green+Blue) = 52+17+76=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #34114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34114C is #CBEEB3. Grayscale: #212121. Windows color (decimal): -13364916 or 4985140. OLE color: 4985140.

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

Color convert

RGB 52 17 76 -
CMYK 0.32 0.78 0 0.70
HSL 275.59º 0.63% 0.18% -
HSV(B) 275.59º 0.78% 0.3% -
XYZ 2.92 1.65 7 -
YUV 34.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 52 17 76 0.32 0.78 0 0.70 275.59 0.63 0.18
Hex 34 11 4C 20 4E 0 46 114 3F 12
Octal 64 21 114 40 116 0 106 424 77 22
Binary 110100 10001 1001100 100000 1001110 0 1000110 100010100 111111 10010

Color Harmonies of #34114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34114C

Black with #34114C

Text Example


Text Example

White with #34114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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