Html Css Color HEX #34064E Blackcurrant

📋 copy color: '#34064E'

red 52 ◦ green 6 ◦ blue 78

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

Shades of Blackcurrant #34064E

Tints of Blackcurrant #34064E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 57.35%

R = 38.24%
G = 4.41%
B = 57.35%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34064E (or 0x34064E) is known color: Blackcurrant. HEX triplet: 34, 06 and 4E. RGB value is (52,6,78). Sum of RGB (Red+Green+Blue) = 52+6+78=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #34064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34064E is #CBF9B1. Grayscale: #1B1B1B. Windows color (decimal): -13367730 or 5113396. OLE color: 5113396.

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

Color convert

RGB 52 6 78 -
CMYK 0.33 0.92 0 0.69
HSL 278.33º 0.86% 0.16% -
HSV(B) 278.33º 0.92% 0.31% -
XYZ 2.86 1.41 7.33 -
YUV 27.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 52 6 78 0.33 0.92 0 0.69 278.33 0.86 0.16
Hex 34 6 4E 21 5C 0 45 116 56 10
Octal 64 6 116 41 134 0 105 426 126 20
Binary 110100 110 1001110 100001 1011100 0 1000101 100010110 1010110 10000

Color Harmonies of #34064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34064E

Black with #34064E

Text Example


Text Example

White with #34064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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