Html Css Color HEX #341746 Blackcurrant

📋 copy color: '#341746'

red 52 ◦ green 23 ◦ blue 70

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

Shades of Blackcurrant #341746

Tints of Blackcurrant #341746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.86%

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

R = 35.86%
G = 15.86%
B = 48.28%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341746 (or 0x341746) is known color: Blackcurrant. HEX triplet: 34, 17 and 46. RGB value is (52,23,70). Sum of RGB (Red+Green+Blue) = 52+23+70=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #341746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341746 is #CBE8B9. Grayscale: #242424. Windows color (decimal): -13363386 or 4593460. OLE color: 4593460.

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

Color convert

RGB 52 23 70 -
CMYK 0.26 0.67 0 0.73
HSL 277.02º 0.51% 0.18% -
HSV(B) 277.02º 0.67% 0.27% -
XYZ 2.83 1.79 5.99 -
YUV 37.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 52 23 70 0.26 0.67 0 0.73 277.02 0.51 0.18
Hex 34 17 46 1A 43 0 49 115 33 12
Octal 64 27 106 32 103 0 111 425 63 22
Binary 110100 10111 1000110 11010 1000011 0 1001001 100010101 110011 10010

Color Harmonies of #341746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341746

Black with #341746

Text Example


Text Example

White with #341746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341746; }

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

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

background-color css

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

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

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

border-color css

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

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

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