Html Css Color HEX #340F41 Blackcurrant

📋 copy color: '#340F41'

red 52 ◦ green 15 ◦ blue 65

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

Shades of Blackcurrant #340F41

Tints of Blackcurrant #340F41

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.36%

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

R = 39.39%
G = 11.36%
B = 49.24%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#340F41 (or 0x340F41) is known color: Blackcurrant. HEX triplet: 34, 0F and 41. RGB value is (52,15,65). Sum of RGB (Red+Green+Blue) = 52+15+65=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #340F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F41 is #CBF0BE. Grayscale: #1F1F1F. Windows color (decimal): -13365439 or 4263732. OLE color: 4263732.

HSL color Cylindrical-coordinate representation of color #340F41: hue angle of 284.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #340F41 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 15 65 -
CMYK 0.20 0.77 0 0.75
HSL 284.4º 0.63% 0.16% -
HSV(B) 284.4º 0.77% 0.25% -
XYZ 2.54 1.45 5.15 -
YUV 31.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 52 15 65 0.20 0.77 0 0.75 284.4 0.63 0.16
Hex 34 F 41 14 4D 0 4B 11C 3E 10
Octal 64 17 101 24 115 0 113 434 76 20
Binary 110100 1111 1000001 10100 1001101 0 1001011 100011100 111110 10000

Color Harmonies of #340F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340F41

Black with #340F41

Text Example


Text Example

White with #340F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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