Html Css Color HEX #340139 Blackcurrant

📋 copy color: '#340139'

red 52 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #340139

Tints of Blackcurrant #340139

RGB

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

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

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

R = 47.27%
G = 0.91%
B = 51.82%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#340139 (or 0x340139) is known color: Blackcurrant. HEX triplet: 34, 01 and 39. RGB value is (52,1,57). Sum of RGB (Red+Green+Blue) = 52+1+57=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #340139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340139 is #CBFEC6. Grayscale: #161616. Windows color (decimal): -13369031 or 3735860. OLE color: 3735860.

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

Color convert

RGB 52 1 57 -
CMYK 0.09 0.98 0 0.78
HSL 294.64º 0.97% 0.11% -
HSV(B) 294.64º 0.98% 0.22% -
XYZ 2.17 1.05 3.96 -
YUV 22.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 52 1 57 0.09 0.98 0 0.78 294.64 0.97 0.11
Hex 34 1 39 9 62 0 4E 127 61 B
Octal 64 1 71 11 142 0 116 447 141 13
Binary 110100 1 111001 1001 1100010 0 1001110 100100111 1100001 1011

Color Harmonies of #340139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340139

Black with #340139

Text Example


Text Example

White with #340139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340139; }

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

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

background-color css

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

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

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

border-color css

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

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

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