Html Css Color HEX #341144 Blackcurrant

📋 copy color: '#341144'

red 52 ◦ green 17 ◦ blue 68

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

Shades of Blackcurrant #341144

Tints of Blackcurrant #341144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

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

R = 37.96%
G = 12.41%
B = 49.64%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341144 (or 0x341144) is known color: Blackcurrant. HEX triplet: 34, 11 and 44. RGB value is (52,17,68). Sum of RGB (Red+Green+Blue) = 52+17+68=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #341144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341144 is #CBEEBB. Grayscale: #212121. Windows color (decimal): -13364924 or 4460852. OLE color: 4460852.

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

Color convert

RGB 52 17 68 -
CMYK 0.24 0.75 0 0.73
HSL 281.18º 0.6% 0.17% -
HSV(B) 281.18º 0.75% 0.27% -
XYZ 2.66 1.55 5.63 -
YUV 33.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 52 17 68 0.24 0.75 0 0.73 281.18 0.6 0.17
Hex 34 11 44 18 4B 0 49 119 3C 11
Octal 64 21 104 30 113 0 111 431 74 21
Binary 110100 10001 1000100 11000 1001011 0 1001001 100011001 111100 10001

Color Harmonies of #341144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341144

Black with #341144

Text Example


Text Example

White with #341144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341144; }

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

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

background-color css

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

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

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

border-color css

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

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

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