Html Css Color HEX #34154D Blackcurrant

📋 copy color: '#34154D'

red 52 ◦ green 21 ◦ blue 77

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

Shades of Blackcurrant #34154D

Tints of Blackcurrant #34154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

 BLUE value IS 77 (30.47% from 255) = 51.33%

R = 34.67%
G = 14%
B = 51.33%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34154D (or 0x34154D) is known color: Blackcurrant. HEX triplet: 34, 15 and 4D. RGB value is (52,21,77). Sum of RGB (Red+Green+Blue) = 52+21+77=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #34154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34154D is #CBEAB2. Grayscale: #242424. Windows color (decimal): -13363891 or 5051700. OLE color: 5051700.

HSL color Cylindrical-coordinate representation of color #34154D: hue angle of 273.21º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34154D is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 21 77 -
CMYK 0.32 0.73 0 0.70
HSL 273.21º 0.57% 0.19% -
HSV(B) 273.21º 0.73% 0.3% -
XYZ 3.02 1.8 7.21 -
YUV 36.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 52 21 77 0.32 0.73 0 0.70 273.21 0.57 0.19
Hex 34 15 4D 20 49 0 46 111 39 13
Octal 64 25 115 40 111 0 106 421 71 23
Binary 110100 10101 1001101 100000 1001001 0 1000110 100010001 111001 10011

Color Harmonies of #34154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34154D

Black with #34154D

Text Example


Text Example

White with #34154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34154D; }

 p { color: rgb(52,21,77); }

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

background-color css

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

 a { background-color: rgb(52,21,77); }

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

border-color css

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

 span { border-color: rgb(52,21,77); }

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