Html Css Color HEX #340152 Blackcurrant

📋 copy color: '#340152'

red 52 ◦ green 1 ◦ blue 82

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

Shades of Blackcurrant #340152

Tints of Blackcurrant #340152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 38.52%
G = 0.74%
B = 60.74%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#340152 (or 0x340152) is known color: Blackcurrant. HEX triplet: 34, 01 and 52. RGB value is (52,1,82). Sum of RGB (Red+Green+Blue) = 52+1+82=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #340152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340152 is #CBFEAD. Grayscale: #191919. Windows color (decimal): -13369006 or 5374260. OLE color: 5374260.

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

Color convert

RGB 52 1 82 -
CMYK 0.37 0.99 0 0.68
HSL 277.78º 0.98% 0.16% -
HSV(B) 277.78º 0.99% 0.32% -
XYZ 2.95 1.36 8.09 -
YUV 25.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 52 1 82 0.37 0.99 0 0.68 277.78 0.98 0.16
Hex 34 1 52 25 63 0 44 116 62 10
Octal 64 1 122 45 143 0 104 426 142 20
Binary 110100 1 1010010 100101 1100011 0 1000100 100010110 1100010 10000

Color Harmonies of #340152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340152

Black with #340152

Text Example


Text Example

White with #340152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340152; }

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

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

background-color css

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

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

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

border-color css

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

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

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