Html Css Color HEX #34084D Blackcurrant

📋 copy color: '#34084D'

red 52 ◦ green 8 ◦ blue 77

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

Shades of Blackcurrant #34084D

Tints of Blackcurrant #34084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.84%

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

R = 37.96%
G = 5.84%
B = 56.2%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34084D (or 0x34084D) is known color: Blackcurrant. HEX triplet: 34, 08 and 4D. RGB value is (52,8,77). Sum of RGB (Red+Green+Blue) = 52+8+77=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #34084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34084D is #CBF7B2. Grayscale: #1C1C1C. Windows color (decimal): -13367219 or 5048372. OLE color: 5048372.

HSL color Cylindrical-coordinate representation of color #34084D: hue angle of 278.26º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34084D is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 8 77 -
CMYK 0.32 0.90 0 0.70
HSL 278.26º 0.81% 0.17% -
HSV(B) 278.26º 0.9% 0.3% -
XYZ 2.84 1.44 7.15 -
YUV 29.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 52 8 77 0.32 0.90 0 0.70 278.26 0.81 0.17
Hex 34 8 4D 20 5A 0 46 116 51 11
Octal 64 10 115 40 132 0 106 426 121 21
Binary 110100 1000 1001101 100000 1011010 0 1000110 100010110 1010001 10001

Color Harmonies of #34084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34084D

Black with #34084D

Text Example


Text Example

White with #34084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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