Html Css Color HEX #340452 Blackcurrant

📋 copy color: '#340452'

red 52 ◦ green 4 ◦ blue 82

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

Shades of Blackcurrant #340452

Tints of Blackcurrant #340452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

 BLUE value IS 82 (32.42% from 255) = 59.42%

R = 37.68%
G = 2.9%
B = 59.42%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#340452 (or 0x340452) is known color: Blackcurrant. HEX triplet: 34, 04 and 52. RGB value is (52,4,82). Sum of RGB (Red+Green+Blue) = 52+4+82=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #340452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340452 is #CBFBAD. Grayscale: #1A1A1A. Windows color (decimal): -13368238 or 5375028. OLE color: 5375028.

HSL color Cylindrical-coordinate representation of color #340452: hue angle of 276.92º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340452 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 4 82 -
CMYK 0.37 0.95 0 0.68
HSL 276.92º 0.91% 0.17% -
HSV(B) 276.92º 0.95% 0.32% -
XYZ 2.98 1.43 8.1 -
YUV 27.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 52 4 82 0.37 0.95 0 0.68 276.92 0.91 0.17
Hex 34 4 52 25 5F 0 44 115 5B 11
Octal 64 4 122 45 137 0 104 425 133 21
Binary 110100 100 1010010 100101 1011111 0 1000100 100010101 1011011 10001

Color Harmonies of #340452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340452

Black with #340452

Text Example


Text Example

White with #340452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340452; }

 p { color: rgb(52,4,82); }

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

background-color css

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

 a { background-color: rgb(52,4,82); }

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

border-color css

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

 span { border-color: rgb(52,4,82); }

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