Html Css Color HEX #341252 Blackcurrant

📋 copy color: '#341252'

red 52 ◦ green 18 ◦ blue 82

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

Shades of Blackcurrant #341252

Tints of Blackcurrant #341252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.95%

R = 34.21%
G = 11.84%
B = 53.95%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#341252 (or 0x341252) is known color: Blackcurrant. HEX triplet: 34, 12 and 52. RGB value is (52,18,82). Sum of RGB (Red+Green+Blue) = 52+18+82=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #341252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341252 is #CBEDAD. Grayscale: #232323. Windows color (decimal): -13364654 or 5378612. OLE color: 5378612.

HSL color Cylindrical-coordinate representation of color #341252: hue angle of 271.88º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #341252 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 18 82 -
CMYK 0.37 0.78 0 0.68
HSL 271.88º 0.64% 0.2% -
HSV(B) 271.88º 0.78% 0.32% -
XYZ 3.16 1.77 8.16 -
YUV 35.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 52 18 82 0.37 0.78 0 0.68 271.88 0.64 0.2
Hex 34 12 52 25 4E 0 44 110 40 14
Octal 64 22 122 45 116 0 104 420 100 24
Binary 110100 10010 1010010 100101 1001110 0 1000100 100010000 1000000 10100

Color Harmonies of #341252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341252

Black with #341252

Text Example


Text Example

White with #341252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341252; }

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

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

background-color css

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

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

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

border-color css

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

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

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