Html Css Color HEX #341745 Blackcurrant

📋 copy color: '#341745'

red 52 ◦ green 23 ◦ blue 69

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

Shades of Blackcurrant #341745

Tints of Blackcurrant #341745

RGB

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

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

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

R = 36.11%
G = 15.97%
B = 47.92%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341745 (or 0x341745) is known color: Blackcurrant. HEX triplet: 34, 17 and 45. RGB value is (52,23,69). Sum of RGB (Red+Green+Blue) = 52+23+69=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #341745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341745 is #CBE8BA. Grayscale: #242424. Windows color (decimal): -13363387 or 4527924. OLE color: 4527924.

HSL color Cylindrical-coordinate representation of color #341745: hue angle of 277.83º degrees, saturation: 0.5, 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 #341745 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 23 69 -
CMYK 0.25 0.67 0 0.73
HSL 277.83º 0.5% 0.18% -
HSV(B) 277.83º 0.67% 0.27% -
XYZ 2.8 1.77 5.82 -
YUV 36.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 52 23 69 0.25 0.67 0 0.73 277.83 0.5 0.18
Hex 34 17 45 19 43 0 49 116 32 12
Octal 64 27 105 31 103 0 111 426 62 22
Binary 110100 10111 1000101 11001 1000011 0 1001001 100010110 110010 10010

Color Harmonies of #341745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341745

Black with #341745

Text Example


Text Example

White with #341745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341745; }

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

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

background-color css

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

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

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

border-color css

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

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

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