Html Css Color HEX #341047 Blackcurrant

📋 copy color: '#341047'

red 52 ◦ green 16 ◦ blue 71

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

Shades of Blackcurrant #341047

Tints of Blackcurrant #341047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

 BLUE value IS 71 (28.13% from 255) = 51.08%

R = 37.41%
G = 11.51%
B = 51.08%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341047 (or 0x341047) is known color: Blackcurrant. HEX triplet: 34, 10 and 47. RGB value is (52,16,71). Sum of RGB (Red+Green+Blue) = 52+16+71=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #341047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341047 is #CBEFB8. Grayscale: #202020. Windows color (decimal): -13365177 or 4657204. OLE color: 4657204.

HSL color Cylindrical-coordinate representation of color #341047: hue angle of 279.27º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341047 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 16 71 -
CMYK 0.27 0.77 0 0.72
HSL 279.27º 0.63% 0.17% -
HSV(B) 279.27º 0.77% 0.28% -
XYZ 2.74 1.56 6.12 -
YUV 33.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 52 16 71 0.27 0.77 0 0.72 279.27 0.63 0.17
Hex 34 10 47 1B 4D 0 48 117 3F 11
Octal 64 20 107 33 115 0 110 427 77 21
Binary 110100 10000 1000111 11011 1001101 0 1001000 100010111 111111 10001

Color Harmonies of #341047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341047

Black with #341047

Text Example


Text Example

White with #341047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341047; }

 p { color: rgb(52,16,71); }

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

background-color css

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

 a { background-color: rgb(52,16,71); }

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

border-color css

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

 span { border-color: rgb(52,16,71); }

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