Html Css Color HEX #341142 Blackcurrant

📋 copy color: '#341142'

red 52 ◦ green 17 ◦ blue 66

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

Shades of Blackcurrant #341142

Tints of Blackcurrant #341142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 48.89%

R = 38.52%
G = 12.59%
B = 48.89%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#341142 (or 0x341142) is known color: Blackcurrant. HEX triplet: 34, 11 and 42. RGB value is (52,17,66). Sum of RGB (Red+Green+Blue) = 52+17+66=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #341142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341142 is #CBEEBD. Grayscale: #202020. Windows color (decimal): -13364926 or 4329780. OLE color: 4329780.

HSL color Cylindrical-coordinate representation of color #341142: hue angle of 282.86º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341142 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 17 66 -
CMYK 0.21 0.74 0 0.74
HSL 282.86º 0.59% 0.16% -
HSV(B) 282.86º 0.74% 0.26% -
XYZ 2.6 1.52 5.31 -
YUV 33.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 52 17 66 0.21 0.74 0 0.74 282.86 0.59 0.16
Hex 34 11 42 15 4A 0 4A 11B 3B 10
Octal 64 21 102 25 112 0 112 433 73 20
Binary 110100 10001 1000010 10101 1001010 0 1001010 100011011 111011 10000

Color Harmonies of #341142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341142

Black with #341142

Text Example


Text Example

White with #341142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341142; }

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

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

background-color css

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

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

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

border-color css

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

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

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