Html Css Color HEX #34064D Blackcurrant

📋 copy color: '#34064D'

red 52 ◦ green 6 ◦ blue 77

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

Shades of Blackcurrant #34064D

Tints of Blackcurrant #34064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.44%

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

R = 38.52%
G = 4.44%
B = 57.04%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34064D (or 0x34064D) is known color: Blackcurrant. HEX triplet: 34, 06 and 4D. RGB value is (52,6,77). Sum of RGB (Red+Green+Blue) = 52+6+77=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #34064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34064D is #CBF9B2. Grayscale: #1B1B1B. Windows color (decimal): -13367731 or 5047860. OLE color: 5047860.

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

Color convert

RGB 52 6 77 -
CMYK 0.32 0.92 0 0.70
HSL 278.87º 0.86% 0.16% -
HSV(B) 278.87º 0.92% 0.3% -
XYZ 2.82 1.4 7.14 -
YUV 27.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 52 6 77 0.32 0.92 0 0.70 278.87 0.86 0.16
Hex 34 6 4D 20 5C 0 46 117 56 10
Octal 64 6 115 40 134 0 106 427 126 20
Binary 110100 110 1001101 100000 1011100 0 1000110 100010111 1010110 10000

Color Harmonies of #34064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34064D

Black with #34064D

Text Example


Text Example

White with #34064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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