Html Css Color HEX #340852 Blackcurrant

📋 copy color: '#340852'

red 52 ◦ green 8 ◦ blue 82

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

Shades of Blackcurrant #340852

Tints of Blackcurrant #340852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.63%

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

R = 36.62%
G = 5.63%
B = 57.75%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#340852 (or 0x340852) is known color: Blackcurrant. HEX triplet: 34, 08 and 52. RGB value is (52,8,82). Sum of RGB (Red+Green+Blue) = 52+8+82=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #340852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340852 is #CBF7AD. Grayscale: #1D1D1D. Windows color (decimal): -13367214 or 5376052. OLE color: 5376052.

HSL color Cylindrical-coordinate representation of color #340852: hue angle of 275.68º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340852 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 8 82 -
CMYK 0.37 0.90 0 0.68
HSL 275.68º 0.82% 0.18% -
HSV(B) 275.68º 0.9% 0.32% -
XYZ 3.03 1.51 8.12 -
YUV 29.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 52 8 82 0.37 0.90 0 0.68 275.68 0.82 0.18
Hex 34 8 52 25 5A 0 44 114 52 12
Octal 64 10 122 45 132 0 104 424 122 22
Binary 110100 1000 1010010 100101 1011010 0 1000100 100010100 1010010 10010

Color Harmonies of #340852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340852

Black with #340852

Text Example


Text Example

White with #340852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340852; }

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

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

background-color css

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

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

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

border-color css

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

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

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