Html Css Color HEX #341640 Blackcurrant

📋 copy color: '#341640'

red 52 ◦ green 22 ◦ blue 64

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

Shades of Blackcurrant #341640

Tints of Blackcurrant #341640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

 BLUE value IS 64 (25.39% from 255) = 46.38%

R = 37.68%
G = 15.94%
B = 46.38%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#341640 (or 0x341640) is known color: Blackcurrant. HEX triplet: 34, 16 and 40. RGB value is (52,22,64). Sum of RGB (Red+Green+Blue) = 52+22+64=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #341640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341640 is #CBE9BF. Grayscale: #232323. Windows color (decimal): -13363648 or 4199988. OLE color: 4199988.

HSL color Cylindrical-coordinate representation of color #341640: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #341640 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 22 64 -
CMYK 0.19 0.66 0 0.75
HSL 282.86º 0.49% 0.17% -
HSV(B) 282.86º 0.66% 0.25% -
XYZ 2.63 1.67 5.04 -
YUV 35.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 52 22 64 0.19 0.66 0 0.75 282.86 0.49 0.17
Hex 34 16 40 13 42 0 4B 11B 31 11
Octal 64 26 100 23 102 0 113 433 61 21
Binary 110100 10110 1000000 10011 1000010 0 1001011 100011011 110001 10001

Color Harmonies of #341640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341640

Black with #341640

Text Example


Text Example

White with #341640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341640; }

 p { color: rgb(52,22,64); }

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

background-color css

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

 a { background-color: rgb(52,22,64); }

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

border-color css

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

 span { border-color: rgb(52,22,64); }

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