Html Css Color HEX #340842 Blackcurrant

📋 copy color: '#340842'

red 52 ◦ green 8 ◦ blue 66

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

Shades of Blackcurrant #340842

Tints of Blackcurrant #340842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

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

R = 41.27%
G = 6.35%
B = 52.38%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#340842 (or 0x340842) is known color: Blackcurrant. HEX triplet: 34, 08 and 42. RGB value is (52,8,66). Sum of RGB (Red+Green+Blue) = 52+8+66=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 66 (26.17% from 255 or 52.38% from 126); Max value from RGB is 66 - color contains mainly: blue. Hex color #340842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340842 is #CBF7BD. Grayscale: #1B1B1B. Windows color (decimal): -13367230 or 4327476. OLE color: 4327476.

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

Color convert

RGB 52 8 66 -
CMYK 0.21 0.88 0 0.74
HSL 285.52º 0.78% 0.15% -
HSV(B) 285.52º 0.88% 0.26% -
XYZ 2.49 1.3 5.27 -
YUV 27.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 52 8 66 0.21 0.88 0 0.74 285.52 0.78 0.15
Hex 34 8 42 15 58 0 4A 11E 4E F
Octal 64 10 102 25 130 0 112 436 116 17
Binary 110100 1000 1000010 10101 1011000 0 1001010 100011110 1001110 1111

Color Harmonies of #340842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340842

Black with #340842

Text Example


Text Example

White with #340842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340842; }

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

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

background-color css

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

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

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

border-color css

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

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

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