Html Css Color HEX #340448 Blackcurrant

📋 copy color: '#340448'

red 52 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #340448

Tints of Blackcurrant #340448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.13%

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

R = 40.63%
G = 3.13%
B = 56.25%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#340448 (or 0x340448) is known color: Blackcurrant. HEX triplet: 34, 04 and 48. RGB value is (52,4,72). Sum of RGB (Red+Green+Blue) = 52+4+72=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #340448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340448 is #CBFBB7. Grayscale: #191919. Windows color (decimal): -13368248 or 4719668. OLE color: 4719668.

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

Color convert

RGB 52 4 72 -
CMYK 0.28 0.94 0 0.72
HSL 282.35º 0.89% 0.15% -
HSV(B) 282.35º 0.94% 0.28% -
XYZ 2.63 1.28 6.24 -
YUV 26.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 52 4 72 0.28 0.94 0 0.72 282.35 0.89 0.15
Hex 34 4 48 1C 5E 0 48 11A 59 F
Octal 64 4 110 34 136 0 110 432 131 17
Binary 110100 100 1001000 11100 1011110 0 1001000 100011010 1011001 1111

Color Harmonies of #340448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340448

Black with #340448

Text Example


Text Example

White with #340448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340448; }

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

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

background-color css

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

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

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

border-color css

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

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

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