Html Css Color HEX #340141 Blackcurrant

📋 copy color: '#340141'

red 52 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #340141

Tints of Blackcurrant #340141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

 BLUE value IS 65 (25.78% from 255) = 55.08%

R = 44.07%
G = 0.85%
B = 55.08%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#340141 (or 0x340141) is known color: Blackcurrant. HEX triplet: 34, 01 and 41. RGB value is (52,1,65). Sum of RGB (Red+Green+Blue) = 52+1+65=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #340141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340141 is #CBFEBE. Grayscale: #171717. Windows color (decimal): -13369023 or 4260148. OLE color: 4260148.

HSL color Cylindrical-coordinate representation of color #340141: hue angle of 287.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340141 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 1 65 -
CMYK 0.20 0.98 0 0.75
HSL 287.81º 0.97% 0.13% -
HSV(B) 287.81º 0.98% 0.25% -
XYZ 2.38 1.13 5.09 -
YUV 23.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 52 1 65 0.20 0.98 0 0.75 287.81 0.97 0.13
Hex 34 1 41 14 62 0 4B 120 61 D
Octal 64 1 101 24 142 0 113 440 141 15
Binary 110100 1 1000001 10100 1100010 0 1001011 100100000 1100001 1101

Color Harmonies of #340141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340141

Black with #340141

Text Example


Text Example

White with #340141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340141; }

 p { color: rgb(52,1,65); }

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

background-color css

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

 a { background-color: rgb(52,1,65); }

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

border-color css

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

 span { border-color: rgb(52,1,65); }

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