Html Css Color HEX #340242 Blackcurrant

📋 copy color: '#340242'

red 52 ◦ green 2 ◦ blue 66

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

Shades of Blackcurrant #340242

Tints of Blackcurrant #340242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

 BLUE value IS 66 (26.17% from 255) = 55%

R = 43.33%
G = 1.67%
B = 55%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#340242 (or 0x340242) is known color: Blackcurrant. HEX triplet: 34, 02 and 42. RGB value is (52,2,66). Sum of RGB (Red+Green+Blue) = 52+2+66=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 66 (26.17% from 255 or 55% from 120); Max value from RGB is 66 - color contains mainly: blue. Hex color #340242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340242 is #CBFDBD. Grayscale: #181818. Windows color (decimal): -13368766 or 4325940. OLE color: 4325940.

HSL color Cylindrical-coordinate representation of color #340242: hue angle of 286.88º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340242 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 2 66 -
CMYK 0.21 0.97 0 0.74
HSL 286.88º 0.94% 0.13% -
HSV(B) 286.88º 0.97% 0.26% -
XYZ 2.42 1.17 5.25 -
YUV 24.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 52 2 66 0.21 0.97 0 0.74 286.88 0.94 0.13
Hex 34 2 42 15 61 0 4A 11F 5E D
Octal 64 2 102 25 141 0 112 437 136 15
Binary 110100 10 1000010 10101 1100001 0 1001010 100011111 1011110 1101

Color Harmonies of #340242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340242

Black with #340242

Text Example


Text Example

White with #340242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340242; }

 p { color: rgb(52,2,66); }

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

background-color css

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

 a { background-color: rgb(52,2,66); }

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

border-color css

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

 span { border-color: rgb(52,2,66); }

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