Html Css Color HEX #340148 Blackcurrant

📋 copy color: '#340148'

red 52 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #340148

Tints of Blackcurrant #340148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 41.6%
G = 0.8%
B = 57.6%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#340148 (or 0x340148) is known color: Blackcurrant. HEX triplet: 34, 01 and 48. RGB value is (52,1,72). Sum of RGB (Red+Green+Blue) = 52+1+72=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #340148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340148 is #CBFEB7. Grayscale: #181818. Windows color (decimal): -13369016 or 4718900. OLE color: 4718900.

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

Color convert

RGB 52 1 72 -
CMYK 0.28 0.99 0 0.72
HSL 283.1º 0.97% 0.14% -
HSV(B) 283.1º 0.99% 0.28% -
XYZ 2.6 1.22 6.23 -
YUV 24.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 52 1 72 0.28 0.99 0 0.72 283.1 0.97 0.14
Hex 34 1 48 1C 63 0 48 11B 61 E
Octal 64 1 110 34 143 0 110 433 141 16
Binary 110100 1 1001000 11100 1100011 0 1001000 100011011 1100001 1110

Color Harmonies of #340148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340148

Black with #340148

Text Example


Text Example

White with #340148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340148; }

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

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

background-color css

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

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

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

border-color css

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

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

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