Html Css Color HEX #34114A Blackcurrant

📋 copy color: '#34114A'

red 52 ◦ green 17 ◦ blue 74

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

Shades of Blackcurrant #34114A

Tints of Blackcurrant #34114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 51.75%

R = 36.36%
G = 11.89%
B = 51.75%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#34114A (or 0x34114A) is known color: Blackcurrant. HEX triplet: 34, 11 and 4A. RGB value is (52,17,74). Sum of RGB (Red+Green+Blue) = 52+17+74=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #34114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34114A is #CBEEB5. Grayscale: #212121. Windows color (decimal): -13364918 or 4854068. OLE color: 4854068.

HSL color Cylindrical-coordinate representation of color #34114A: hue angle of 276.84º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34114A is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 17 74 -
CMYK 0.30 0.77 0 0.71
HSL 276.84º 0.63% 0.18% -
HSV(B) 276.84º 0.77% 0.29% -
XYZ 2.85 1.63 6.64 -
YUV 33.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 52 17 74 0.30 0.77 0 0.71 276.84 0.63 0.18
Hex 34 11 4A 1E 4D 0 47 115 3F 12
Octal 64 21 112 36 115 0 107 425 77 22
Binary 110100 10001 1001010 11110 1001101 0 1000111 100010101 111111 10010

Color Harmonies of #34114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34114A

Black with #34114A

Text Example


Text Example

White with #34114A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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