Html Css Color HEX #340245 Blackcurrant

📋 copy color: '#340245'

red 52 ◦ green 2 ◦ blue 69

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

Shades of Blackcurrant #340245

Tints of Blackcurrant #340245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

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

R = 42.28%
G = 1.63%
B = 56.1%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#340245 (or 0x340245) is known color: Blackcurrant. HEX triplet: 34, 02 and 45. RGB value is (52,2,69). Sum of RGB (Red+Green+Blue) = 52+2+69=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #340245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340245 is #CBFDBA. Grayscale: #181818. Windows color (decimal): -13368763 or 4522548. OLE color: 4522548.

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

Color convert

RGB 52 2 69 -
CMYK 0.25 0.97 0 0.73
HSL 284.78º 0.94% 0.14% -
HSV(B) 284.78º 0.97% 0.27% -
XYZ 2.51 1.2 5.73 -
YUV 24.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 52 2 69 0.25 0.97 0 0.73 284.78 0.94 0.14
Hex 34 2 45 19 61 0 49 11D 5E E
Octal 64 2 105 31 141 0 111 435 136 16
Binary 110100 10 1000101 11001 1100001 0 1001001 100011101 1011110 1110

Color Harmonies of #340245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340245

Black with #340245

Text Example


Text Example

White with #340245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340245; }

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

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

background-color css

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

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

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

border-color css

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

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

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