Html Css Color HEX #341748 Blackcurrant

📋 copy color: '#341748'

red 52 ◦ green 23 ◦ blue 72

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

Shades of Blackcurrant #341748

Tints of Blackcurrant #341748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 72 (28.52% from 255) = 48.98%

R = 35.37%
G = 15.65%
B = 48.98%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#341748 (or 0x341748) is known color: Blackcurrant. HEX triplet: 34, 17 and 48. RGB value is (52,23,72). Sum of RGB (Red+Green+Blue) = 52+23+72=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #341748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341748 is #CBE8B7. Grayscale: #252525. Windows color (decimal): -13363384 or 4724532. OLE color: 4724532.

HSL color Cylindrical-coordinate representation of color #341748: hue angle of 275.51º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #341748 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 23 72 -
CMYK 0.28 0.68 0 0.72
HSL 275.51º 0.52% 0.19% -
HSV(B) 275.51º 0.68% 0.28% -
XYZ 2.89 1.81 6.33 -
YUV 37.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 52 23 72 0.28 0.68 0 0.72 275.51 0.52 0.19
Hex 34 17 48 1C 44 0 48 114 34 13
Octal 64 27 110 34 104 0 110 424 64 23
Binary 110100 10111 1001000 11100 1000100 0 1001000 100010100 110100 10011

Color Harmonies of #341748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341748

Black with #341748

Text Example


Text Example

White with #341748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341748; }

 p { color: rgb(52,23,72); }

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

background-color css

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

 a { background-color: rgb(52,23,72); }

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

border-color css

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

 span { border-color: rgb(52,23,72); }

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