Html Css Color HEX #341244 Blackcurrant

📋 copy color: '#341244'

red 52 ◦ green 18 ◦ blue 68

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

Shades of Blackcurrant #341244

Tints of Blackcurrant #341244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

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

R = 37.68%
G = 13.04%
B = 49.28%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#341244 (or 0x341244) is known color: Blackcurrant. HEX triplet: 34, 12 and 44. RGB value is (52,18,68). Sum of RGB (Red+Green+Blue) = 52+18+68=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #341244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341244 is #CBEDBB. Grayscale: #212121. Windows color (decimal): -13364668 or 4461108. OLE color: 4461108.

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

Color convert

RGB 52 18 68 -
CMYK 0.24 0.74 0 0.73
HSL 280.8º 0.58% 0.17% -
HSV(B) 280.8º 0.74% 0.27% -
XYZ 2.68 1.58 5.63 -
YUV 33.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 52 18 68 0.24 0.74 0 0.73 280.8 0.58 0.17
Hex 34 12 44 18 4A 0 49 119 3A 11
Octal 64 22 104 30 112 0 111 431 72 21
Binary 110100 10010 1000100 11000 1001010 0 1001001 100011001 111010 10001

Color Harmonies of #341244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341244

Black with #341244

Text Example


Text Example

White with #341244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341244; }

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

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

background-color css

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

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

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

border-color css

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

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

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