Html Css Color HEX #342A38 Blackcurrant

📋 copy color: '#342A38'

red 52 ◦ green 42 ◦ blue 56

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

Shades of Blackcurrant #342A38

Tints of Blackcurrant #342A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28%

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

R = 34.67%
G = 28%
B = 37.33%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342A38 (or 0x342A38) is known color: Blackcurrant. HEX triplet: 34, 2A and 38. RGB value is (52,42,56). Sum of RGB (Red+Green+Blue) = 52+42+56=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 56 - color contains mainly: blue. Hex color #342A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342A38 is #CBD5C7. Grayscale: #2E2E2E. Windows color (decimal): -13358536 or 3680820. OLE color: 3680820.

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

Color convert

RGB 52 42 56 -
CMYK 0.07 0.25 0 0.78
HSL 282.86º 0.14% 0.19% -
HSV(B) 282.86º 0.25% 0.22% -
XYZ 2.96 2.67 4.1 -
YUV 46.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 52 42 56 0.07 0.25 0 0.78 282.86 0.14 0.19
Hex 34 2A 38 7 19 0 4E 11B E 13
Octal 64 52 70 7 31 0 116 433 16 23
Binary 110100 101010 111000 111 11001 0 1001110 100011011 1110 10011

Color Harmonies of #342A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342A38

Black with #342A38

Text Example


Text Example

White with #342A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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