Html Css Color HEX #341846 Blackcurrant

📋 copy color: '#341846'

red 52 ◦ green 24 ◦ blue 70

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

Shades of Blackcurrant #341846

Tints of Blackcurrant #341846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

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

R = 35.62%
G = 16.44%
B = 47.95%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341846 (or 0x341846) is known color: Blackcurrant. HEX triplet: 34, 18 and 46. RGB value is (52,24,70). Sum of RGB (Red+Green+Blue) = 52+24+70=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #341846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341846 is #CBE7B9. Grayscale: #252525. Windows color (decimal): -13363130 or 4593716. OLE color: 4593716.

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

Color convert

RGB 52 24 70 -
CMYK 0.26 0.66 0 0.73
HSL 276.52º 0.49% 0.18% -
HSV(B) 276.52º 0.66% 0.27% -
XYZ 2.85 1.83 6 -
YUV 37.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 52 24 70 0.26 0.66 0 0.73 276.52 0.49 0.18
Hex 34 18 46 1A 42 0 49 115 31 12
Octal 64 30 106 32 102 0 111 425 61 22
Binary 110100 11000 1000110 11010 1000010 0 1001001 100010101 110001 10010

Color Harmonies of #341846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341846

Black with #341846

Text Example


Text Example

White with #341846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341846; }

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

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

background-color css

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

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

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

border-color css

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

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

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