Html Css Color HEX #341845 Blackcurrant

📋 copy color: '#341845'

red 52 ◦ green 24 ◦ blue 69

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

Shades of Blackcurrant #341845

Tints of Blackcurrant #341845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 47.59%

R = 35.86%
G = 16.55%
B = 47.59%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341845 (or 0x341845) is known color: Blackcurrant. HEX triplet: 34, 18 and 45. RGB value is (52,24,69). Sum of RGB (Red+Green+Blue) = 52+24+69=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #341845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341845 is #CBE7BA. Grayscale: #252525. Windows color (decimal): -13363131 or 4528180. OLE color: 4528180.

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

Color convert

RGB 52 24 69 -
CMYK 0.25 0.65 0 0.73
HSL 277.33º 0.48% 0.18% -
HSV(B) 277.33º 0.65% 0.27% -
XYZ 2.82 1.81 5.83 -
YUV 37.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 52 24 69 0.25 0.65 0 0.73 277.33 0.48 0.18
Hex 34 18 45 19 41 0 49 115 30 12
Octal 64 30 105 31 101 0 111 425 60 22
Binary 110100 11000 1000101 11001 1000001 0 1001001 100010101 110000 10010

Color Harmonies of #341845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341845

Black with #341845

Text Example


Text Example

White with #341845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341845; }

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

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

background-color css

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

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

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

border-color css

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

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

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