Html Css Color HEX #342640 Blackcurrant

📋 copy color: '#342640'

red 52 ◦ green 38 ◦ blue 64

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

Shades of Blackcurrant #342640

Tints of Blackcurrant #342640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.68%

 BLUE value IS 64 (25.39% from 255) = 41.56%

R = 33.77%
G = 24.68%
B = 41.56%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#342640 (or 0x342640) is known color: Blackcurrant. HEX triplet: 34, 26 and 40. RGB value is (52,38,64). Sum of RGB (Red+Green+Blue) = 52+38+64=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #342640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342640 is #CBD9BF. Grayscale: #2D2D2D. Windows color (decimal): -13359552 or 4204084. OLE color: 4204084.

HSL color Cylindrical-coordinate representation of color #342640: hue angle of 272.31º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #342640 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 38 64 -
CMYK 0.19 0.41 0 0.75
HSL 272.31º 0.25% 0.2% -
HSV(B) 272.31º 0.41% 0.25% -
XYZ 3.03 2.49 5.17 -
YUV 45.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 52 38 64 0.19 0.41 0 0.75 272.31 0.25 0.2
Hex 34 26 40 13 29 0 4B 110 19 14
Octal 64 46 100 23 51 0 113 420 31 24
Binary 110100 100110 1000000 10011 101001 0 1001011 100010000 11001 10100

Color Harmonies of #342640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342640

Black with #342640

Text Example


Text Example

White with #342640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342640; }

 p { color: rgb(52,38,64); }

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

background-color css

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

 a { background-color: rgb(52,38,64); }

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

border-color css

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

 span { border-color: rgb(52,38,64); }

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