Html Css Color HEX #340345 Blackcurrant

📋 copy color: '#340345'

red 52 ◦ green 3 ◦ blue 69

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

Shades of Blackcurrant #340345

Tints of Blackcurrant #340345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

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

R = 41.94%
G = 2.42%
B = 55.65%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#340345 (or 0x340345) is known color: Blackcurrant. HEX triplet: 34, 03 and 45. RGB value is (52,3,69). Sum of RGB (Red+Green+Blue) = 52+3+69=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #340345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340345 is #CBFCBA. Grayscale: #181818. Windows color (decimal): -13368507 or 4522804. OLE color: 4522804.

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

Color convert

RGB 52 3 69 -
CMYK 0.25 0.96 0 0.73
HSL 284.55º 0.92% 0.14% -
HSV(B) 284.55º 0.96% 0.27% -
XYZ 2.52 1.22 5.73 -
YUV 25.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 52 3 69 0.25 0.96 0 0.73 284.55 0.92 0.14
Hex 34 3 45 19 60 0 49 11D 5C E
Octal 64 3 105 31 140 0 111 435 134 16
Binary 110100 11 1000101 11001 1100000 0 1001001 100011101 1011100 1110

Color Harmonies of #340345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340345

Black with #340345

Text Example


Text Example

White with #340345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340345; }

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

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

background-color css

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

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

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

border-color css

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

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

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