Html Css Color HEX #342938 Blackcurrant

📋 copy color: '#342938'

red 52 ◦ green 41 ◦ blue 56

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

Shades of Blackcurrant #342938

Tints of Blackcurrant #342938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 56 (22.27% from 255) = 37.58%

R = 34.9%
G = 27.52%
B = 37.58%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342938 (or 0x342938) is known color: Blackcurrant. HEX triplet: 34, 29 and 38. RGB value is (52,41,56). Sum of RGB (Red+Green+Blue) = 52+41+56=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 56 - color contains mainly: blue. Hex color #342938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342938 is #CBD6C7. Grayscale: #2D2D2D. Windows color (decimal): -13358792 or 3680564. OLE color: 3680564.

HSL color Cylindrical-coordinate representation of color #342938: hue angle of 284º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #342938 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 41 56 -
CMYK 0.07 0.27 0 0.78
HSL 284º 0.15% 0.19% -
HSV(B) 284º 0.27% 0.22% -
XYZ 2.92 2.6 4.09 -
YUV 46 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 52 41 56 0.07 0.27 0 0.78 284 0.15 0.19
Hex 34 29 38 7 1B 0 4E 11C F 13
Octal 64 51 70 7 33 0 116 434 17 23
Binary 110100 101001 111000 111 11011 0 1001110 100011100 1111 10011

Color Harmonies of #342938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342938

Black with #342938

Text Example


Text Example

White with #342938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342938; }

 p { color: rgb(52,41,56); }

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

background-color css

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

 a { background-color: rgb(52,41,56); }

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

border-color css

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

 span { border-color: rgb(52,41,56); }

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