Html Css Color HEX #341051 Blackcurrant

📋 copy color: '#341051'

red 52 ◦ green 16 ◦ blue 81

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

Shades of Blackcurrant #341051

Tints of Blackcurrant #341051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

 BLUE value IS 81 (32.03% from 255) = 54.36%

R = 34.9%
G = 10.74%
B = 54.36%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#341051 (or 0x341051) is known color: Blackcurrant. HEX triplet: 34, 10 and 51. RGB value is (52,16,81). Sum of RGB (Red+Green+Blue) = 52+16+81=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #341051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341051 is #CBEFAE. Grayscale: #212121. Windows color (decimal): -13365167 or 5312564. OLE color: 5312564.

HSL color Cylindrical-coordinate representation of color #341051: hue angle of 273.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341051 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 16 81 -
CMYK 0.36 0.80 0 0.68
HSL 273.23º 0.67% 0.19% -
HSV(B) 273.23º 0.8% 0.32% -
XYZ 3.09 1.69 7.95 -
YUV 34.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 52 16 81 0.36 0.80 0 0.68 273.23 0.67 0.19
Hex 34 10 51 24 50 0 44 111 43 13
Octal 64 20 121 44 120 0 104 421 103 23
Binary 110100 10000 1010001 100100 1010000 0 1000100 100010001 1000011 10011

Color Harmonies of #341051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341051

Black with #341051

Text Example


Text Example

White with #341051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341051; }

 p { color: rgb(52,16,81); }

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

background-color css

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

 a { background-color: rgb(52,16,81); }

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

border-color css

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

 span { border-color: rgb(52,16,81); }

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