Html Css Color HEX #340948 Blackcurrant

📋 copy color: '#340948'

red 52 ◦ green 9 ◦ blue 72

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

Shades of Blackcurrant #340948

Tints of Blackcurrant #340948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

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

R = 39.1%
G = 6.77%
B = 54.14%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#340948 (or 0x340948) is known color: Blackcurrant. HEX triplet: 34, 09 and 48. RGB value is (52,9,72). Sum of RGB (Red+Green+Blue) = 52+9+72=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #340948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340948 is #CBF6B7. Grayscale: #1C1C1C. Windows color (decimal): -13366968 or 4720948. OLE color: 4720948.

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

Color convert

RGB 52 9 72 -
CMYK 0.28 0.88 0 0.72
HSL 280.95º 0.78% 0.16% -
HSV(B) 280.95º 0.88% 0.28% -
XYZ 2.68 1.39 6.26 -
YUV 29.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 52 9 72 0.28 0.88 0 0.72 280.95 0.78 0.16
Hex 34 9 48 1C 58 0 48 119 4E 10
Octal 64 11 110 34 130 0 110 431 116 20
Binary 110100 1001 1001000 11100 1011000 0 1001000 100011001 1001110 10000

Color Harmonies of #340948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340948

Black with #340948

Text Example


Text Example

White with #340948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340948; }

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

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

background-color css

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

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

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

border-color css

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

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

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