Html Css Color HEX #341646 Blackcurrant

📋 copy color: '#341646'

red 52 ◦ green 22 ◦ blue 70

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

Shades of Blackcurrant #341646

Tints of Blackcurrant #341646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 48.61%

R = 36.11%
G = 15.28%
B = 48.61%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341646 (or 0x341646) is known color: Blackcurrant. HEX triplet: 34, 16 and 46. RGB value is (52,22,70). Sum of RGB (Red+Green+Blue) = 52+22+70=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #341646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341646 is #CBE9B9. Grayscale: #242424. Windows color (decimal): -13363642 or 4593204. OLE color: 4593204.

HSL color Cylindrical-coordinate representation of color #341646: hue angle of 277.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341646 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 22 70 -
CMYK 0.26 0.69 0 0.73
HSL 277.5º 0.52% 0.18% -
HSV(B) 277.5º 0.69% 0.27% -
XYZ 2.81 1.75 5.98 -
YUV 36.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 52 22 70 0.26 0.69 0 0.73 277.5 0.52 0.18
Hex 34 16 46 1A 45 0 49 116 34 12
Octal 64 26 106 32 105 0 111 426 64 22
Binary 110100 10110 1000110 11010 1000101 0 1001001 100010110 110100 10010

Color Harmonies of #341646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341646

Black with #341646

Text Example


Text Example

White with #341646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341646; }

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

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

background-color css

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

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

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

border-color css

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

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

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