Html Css Color HEX #340039 Blackcurrant

📋 copy color: '#340039'

red 52 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #340039

Tints of Blackcurrant #340039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 52.29%

R = 47.71%
G = 0%
B = 52.29%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#340039 (or 0x340039) is known color: Blackcurrant. HEX triplet: 34, 00 and 39. RGB value is (52,0,57). Sum of RGB (Red+Green+Blue) = 52+0+57=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #340039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340039 is #CBFFC6. Grayscale: #151515. Windows color (decimal): -13369287 or 3735604. OLE color: 3735604.

HSL color Cylindrical-coordinate representation of color #340039: hue angle of 294.74º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340039 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 0 57 -
CMYK 0.09 1 0 0.78
HSL 294.74º 1% 0.11% -
HSV(B) 294.74º 1% 0.22% -
XYZ 2.15 1.03 3.96 -
YUV 22.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 52 0 57 0.09 1 0 0.78 294.74 1 0.11
Hex 34 0 39 9 64 0 4E 127 64 B
Octal 64 0 71 11 144 0 116 447 144 13
Binary 110100 0 111001 1001 1100100 0 1001110 100100111 1100100 1011

Color Harmonies of #340039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340039

Black with #340039

Text Example


Text Example

White with #340039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340039; }

 p { color: rgb(52,0,57); }

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

background-color css

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

 a { background-color: rgb(52,0,57); }

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

border-color css

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

 span { border-color: rgb(52,0,57); }

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