Html Css Color HEX #341344 Blackcurrant

📋 copy color: '#341344'

red 52 ◦ green 19 ◦ blue 68

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

Shades of Blackcurrant #341344

Tints of Blackcurrant #341344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 68 (26.95% from 255) = 48.92%

R = 37.41%
G = 13.67%
B = 48.92%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341344 (or 0x341344) is known color: Blackcurrant. HEX triplet: 34, 13 and 44. RGB value is (52,19,68). Sum of RGB (Red+Green+Blue) = 52+19+68=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #341344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341344 is #CBECBB. Grayscale: #222222. Windows color (decimal): -13364412 or 4461364. OLE color: 4461364.

HSL color Cylindrical-coordinate representation of color #341344: hue angle of 280.41º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #341344 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 19 68 -
CMYK 0.24 0.72 0 0.73
HSL 280.41º 0.56% 0.17% -
HSV(B) 280.41º 0.72% 0.27% -
XYZ 2.69 1.61 5.64 -
YUV 34.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 52 19 68 0.24 0.72 0 0.73 280.41 0.56 0.17
Hex 34 13 44 18 48 0 49 118 38 11
Octal 64 23 104 30 110 0 111 430 70 21
Binary 110100 10011 1000100 11000 1001000 0 1001001 100011000 111000 10001

Color Harmonies of #341344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341344

Black with #341344

Text Example


Text Example

White with #341344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341344; }

 p { color: rgb(52,19,68); }

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

background-color css

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

 a { background-color: rgb(52,19,68); }

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

border-color css

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

 span { border-color: rgb(52,19,68); }

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