Html Css Color HEX #342838 Blackcurrant

📋 copy color: '#342838'

red 52 ◦ green 40 ◦ blue 56

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

Shades of Blackcurrant #342838

Tints of Blackcurrant #342838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.03%

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

R = 35.14%
G = 27.03%
B = 37.84%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342838 (or 0x342838) is known color: Blackcurrant. HEX triplet: 34, 28 and 38. RGB value is (52,40,56). Sum of RGB (Red+Green+Blue) = 52+40+56=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #342838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342838 is #CBD7C7. Grayscale: #2D2D2D. Windows color (decimal): -13359048 or 3680308. OLE color: 3680308.

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

Color convert

RGB 52 40 56 -
CMYK 0.07 0.29 0 0.78
HSL 285º 0.17% 0.19% -
HSV(B) 285º 0.29% 0.22% -
XYZ 2.89 2.53 4.08 -
YUV 45.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 52 40 56 0.07 0.29 0 0.78 285 0.17 0.19
Hex 34 28 38 7 1D 0 4E 11D 11 13
Octal 64 50 70 7 35 0 116 435 21 23
Binary 110100 101000 111000 111 11101 0 1001110 100011101 10001 10011

Color Harmonies of #342838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342838

Black with #342838

Text Example


Text Example

White with #342838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342838; }

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

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

background-color css

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

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

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

border-color css

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

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

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