Html Css Color HEX #34024D Blackcurrant

📋 copy color: '#34024D'

red 52 ◦ green 2 ◦ blue 77

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

Shades of Blackcurrant #34024D

Tints of Blackcurrant #34024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

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

R = 39.69%
G = 1.53%
B = 58.78%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34024D (or 0x34024D) is known color: Blackcurrant. HEX triplet: 34, 02 and 4D. RGB value is (52,2,77). Sum of RGB (Red+Green+Blue) = 52+2+77=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #34024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34024D is #CBFDB2. Grayscale: #191919. Windows color (decimal): -13368755 or 5046836. OLE color: 5046836.

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

Color convert

RGB 52 2 77 -
CMYK 0.32 0.97 0 0.70
HSL 280º 0.95% 0.15% -
HSV(B) 280º 0.97% 0.3% -
XYZ 2.78 1.31 7.13 -
YUV 25.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 52 2 77 0.32 0.97 0 0.70 280 0.95 0.15
Hex 34 2 4D 20 61 0 46 118 5F F
Octal 64 2 115 40 141 0 106 430 137 17
Binary 110100 10 1001101 100000 1100001 0 1000110 100011000 1011111 1111

Color Harmonies of #34024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34024D

Black with #34024D

Text Example


Text Example

White with #34024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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