Html Css Color HEX #34034D Blackcurrant

📋 copy color: '#34034D'

red 52 ◦ green 3 ◦ blue 77

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

Shades of Blackcurrant #34034D

Tints of Blackcurrant #34034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 39.39%
G = 2.27%
B = 58.33%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34034D (or 0x34034D) is known color: Blackcurrant. HEX triplet: 34, 03 and 4D. RGB value is (52,3,77). Sum of RGB (Red+Green+Blue) = 52+3+77=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #34034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34034D is #CBFCB2. Grayscale: #191919. Windows color (decimal): -13368499 or 5047092. OLE color: 5047092.

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

Color convert

RGB 52 3 77 -
CMYK 0.32 0.96 0 0.70
HSL 279.73º 0.93% 0.16% -
HSV(B) 279.73º 0.96% 0.3% -
XYZ 2.79 1.33 7.13 -
YUV 26.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 52 3 77 0.32 0.96 0 0.70 279.73 0.93 0.16
Hex 34 3 4D 20 60 0 46 118 5C 10
Octal 64 3 115 40 140 0 106 430 134 20
Binary 110100 11 1001101 100000 1100000 0 1000110 100011000 1011100 10000

Color Harmonies of #34034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34034D

Black with #34034D

Text Example


Text Example

White with #34034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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