Html Css Color HEX #340249 Blackcurrant

📋 copy color: '#340249'

red 52 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #340249

Tints of Blackcurrant #340249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 57.48%

R = 40.94%
G = 1.57%
B = 57.48%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#340249 (or 0x340249) is known color: Blackcurrant. HEX triplet: 34, 02 and 49. RGB value is (52,2,73). Sum of RGB (Red+Green+Blue) = 52+2+73=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #340249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340249 is #CBFDB6. Grayscale: #181818. Windows color (decimal): -13368759 or 4784692. OLE color: 4784692.

HSL color Cylindrical-coordinate representation of color #340249: hue angle of 282.25º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340249 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 2 73 -
CMYK 0.29 0.97 0 0.71
HSL 282.25º 0.95% 0.15% -
HSV(B) 282.25º 0.97% 0.29% -
XYZ 2.64 1.25 6.41 -
YUV 25.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 52 2 73 0.29 0.97 0 0.71 282.25 0.95 0.15
Hex 34 2 49 1D 61 0 47 11A 5F F
Octal 64 2 111 35 141 0 107 432 137 17
Binary 110100 10 1001001 11101 1100001 0 1000111 100011010 1011111 1111

Color Harmonies of #340249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340249

Black with #340249

Text Example


Text Example

White with #340249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340249; }

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

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

background-color css

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

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

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

border-color css

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

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

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