Html Css Color HEX #340442 Blackcurrant

📋 copy color: '#340442'

red 52 ◦ green 4 ◦ blue 66

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

Shades of Blackcurrant #340442

Tints of Blackcurrant #340442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

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

R = 42.62%
G = 3.28%
B = 54.1%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#340442 (or 0x340442) is known color: Blackcurrant. HEX triplet: 34, 04 and 42. RGB value is (52,4,66). Sum of RGB (Red+Green+Blue) = 52+4+66=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #340442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340442 is #CBFBBD. Grayscale: #191919. Windows color (decimal): -13368254 or 4326452. OLE color: 4326452.

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

Color convert

RGB 52 4 66 -
CMYK 0.21 0.94 0 0.74
HSL 286.45º 0.89% 0.14% -
HSV(B) 286.45º 0.94% 0.26% -
XYZ 2.44 1.21 5.26 -
YUV 25.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 52 4 66 0.21 0.94 0 0.74 286.45 0.89 0.14
Hex 34 4 42 15 5E 0 4A 11E 59 E
Octal 64 4 102 25 136 0 112 436 131 16
Binary 110100 100 1000010 10101 1011110 0 1001010 100011110 1011001 1110

Color Harmonies of #340442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340442

Black with #340442

Text Example


Text Example

White with #340442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340442; }

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

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

background-color css

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

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

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

border-color css

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

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

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